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,

View File

@ -32,6 +32,7 @@ const orchestratorPrompt = `
* **noAgent**: Call this when you are done working on this image.
* Call all applicable specialized agents (noteAgent, contactAgent, locationAgent, eventAgent) simultaneously (in parallel).
* Do not call agents if you dont think they are relevant. It's better to be sound than complete.
`
const orchestratorTools = `