feat(deepseek): add support for Responses API and Chat Prefix Completion
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Build (push) Has been cancelled

This commit is contained in:
2026-08-03 03:53:42 +00:00
parent 2ed027da7c
commit ddb710507d
7 changed files with 72 additions and 4 deletions
+1
View File
@@ -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