changement modele

This commit is contained in:
nicoboy
2026-01-04 10:48:34 +01:00
parent 8c74a843b2
commit b0d2a1d12e

View File

@ -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),