feat: support openai format enable deepseek v3.1 thinking

This commit is contained in:
suziheng
2025-09-15 14:43:19 +08:00
parent cf0ce425e6
commit 04de01c798
3 changed files with 9 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ type Parameters struct {
Temperature *float64 `json:"temperature,omitempty"`
ResultFormat string `json:"result_format,omitempty"`
Tools []model.Tool `json:"tools,omitempty"`
EnableThinking bool `json:"enable_thinking,omitempty"`
}
type ChatRequest struct {