changed model to: ministral-8b-2512
Test Suite / backend-pr-quick (push) Has been skipped
Test Suite / quick-import-pr-quick (push) Has been skipped
Test Suite / backend-full (push) Successful in 2m47s
Test Suite / flutter-quality (push) Failing after 1m27s

This commit is contained in:
Nils-Johan Gynther
2026-05-21 09:56:10 +02:00
parent 505339aa33
commit 7bbb5a63b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ Regler:
Authorization: `Bearer ${apiKey}`,
},
body: JSON.stringify({
model: 'mistral-8b-2512',
model: 'ministral-8b-2512',
messages: [
{ role: 'system', content: systemPrompt },
{ role: 'user', content: userPrompt },