feat(location): correctly updating an image if it contains a duplicate locatino

This commit is contained in:
2025-04-18 15:32:07 +01:00
parent 57f1e70c98
commit 6edc1e2915
2 changed files with 63 additions and 13 deletions

View File

@@ -242,7 +242,7 @@ func (client *AgentClient) RunAgent(userId uuid.UUID, imageId uuid.UUID, imageNa
request := AgentRequestBody{
Tools: &tools,
ToolChoice: &toolChoice,
Model: "pixtral-12b-2409",
Model: "pixtral-large-latest",
Temperature: 0.3,
EndToolCall: client.Options.EndToolCall,
ResponseFormat: ResponseFormat{