changed model to: ministral-8b-2512
This commit is contained in:
@@ -315,7 +315,7 @@ Exempel på utdata:
|
||||
|
||||
const response = await this.withTimeout<any>(
|
||||
client.chat({
|
||||
model: 'mistral-8b-2512',
|
||||
model: 'ministral-8b-2512',
|
||||
messages: [{ role: 'user', content: prompt }],
|
||||
temperature: 0.1,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user