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