Version: 0.4.2.dev.260305
feat: 🧠 支持切换模型思考模式
* 新增模型思考开关配置,支持动态控制模型是否启用思考模式
This commit is contained in:
@@ -5,7 +5,8 @@ import "time"
|
||||
type UserSendMessageRequest struct {
|
||||
ConversationID string `json:"conversation_id,omitempty"` // 可选,指定对话 ID
|
||||
Message string `json:"message" binding:"required"`
|
||||
Model string `json:"model,omitempty"` // 可选,指定使用的模型
|
||||
Model string `json:"model,omitempty"` // 可选,指定使用的模型
|
||||
Thinking bool `json:"thinking,omitempty"` // 可选,是否开启思考模式
|
||||
}
|
||||
|
||||
type SSEResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user