mini just is better :(

This commit is contained in:
2025-05-04 10:19:39 +01:00
parent a8d12b5d53
commit 6119938e52
2 changed files with 2 additions and 1 deletions

View File

@@ -245,7 +245,7 @@ func (client *AgentClient) RunAgent(userId uuid.UUID, imageId uuid.UUID, imageNa
request := AgentRequestBody{
Tools: &tools,
ToolChoice: &toolChoice,
Model: "gpt-4.1-nano",
Model: "gpt-4.1-mini",
RandomSeed: &seed,
Temperature: 0.3,
EndToolCall: client.Options.EndToolCall,