diff --git a/infrastructure/remote_http/ai-router-impl.go b/infrastructure/remote_http/ai-router-impl.go index 1df0f32..90598e6 100644 --- a/infrastructure/remote_http/ai-router-impl.go +++ b/infrastructure/remote_http/ai-router-impl.go @@ -22,7 +22,7 @@ func (aiRouterImpl) Completions(ctx context.Context, prompt, groupId string) (*d //const body = JSON.stringify({model: "google/gemma-7b-it:free", "stream": false, messages: messages}); resp, err := httpClient.R(). SetBody(map[string]interface{}{ - "model": "meta-llama/llama-3.2-11b-vision-instruct:free", + "model": "qwen/qwen-2-7b-instruct:free", "stream": false, "messages": []map[string]interface{}{{"role": "user", "content": prompt}}, }).SetHeaders(map[string]string{