changement modele
This commit is contained in:
@ -155,7 +155,7 @@ curl_setopt_array($ch, [
|
||||
CURLOPT_HTTPHEADER => ['Content-Type: application/json'],
|
||||
CURLOPT_TIMEOUT => 30,
|
||||
CURLOPT_POSTFIELDS => json_encode([
|
||||
'model' => 'qwen2-math:1.5b',
|
||||
'model' => 'ministral-3:3b',
|
||||
'messages' => array_merge([
|
||||
['role' => 'system', 'content' => $system_prompt]
|
||||
], $messages_ollama),
|
||||
|
||||
Reference in New Issue
Block a user