mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-10 12:02:59 +02:00
Update prompter.js
This commit is contained in:
parent
5c3efb870b
commit
6b81e8d6cb
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ export class Prompter {
|
|||
profile.api = 'xai';
|
||||
else if (profile.model.includes('deepseek'))
|
||||
profile.api = 'deepseek';
|
||||
else if (profile.model.includes('mistral'))
|
||||
profile.api = 'mistral';
|
||||
else if (profile.model.includes('llama3'))
|
||||
profile.api = 'ollama';
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue