Update prompter.js

This commit is contained in:
dtesters 2025-03-06 12:42:50 -08:00 committed by GitHub
parent 5c3efb870b
commit 6b81e8d6cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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