Changed Mistral LLM to mistral-8b-2512. Changed timeout for LMM in .env
This commit is contained in:
@@ -666,7 +666,7 @@ Regler:
|
||||
Authorization: `Bearer ${apiKey}`,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: 'mistral-small-latest',
|
||||
model: 'mistral-8b-2512',
|
||||
messages: [
|
||||
{ role: 'system', content: systemPrompt },
|
||||
{ role: 'user', content: userPrompt },
|
||||
|
||||
Reference in New Issue
Block a user