feat(deepseek): add support for Responses API and Chat Prefix Completion
This commit is contained in:
@@ -700,6 +700,7 @@ func (s *Server) handleChatCompletions(c *gin.Context) {
|
||||
ToolCalls: msg.ToolCalls,
|
||||
Name: msg.Name,
|
||||
ToolCallID: msg.ToolCallID,
|
||||
Prefix: msg.Prefix,
|
||||
}
|
||||
|
||||
// Handle multimodal content
|
||||
|
||||
Reference in New Issue
Block a user