finish mistral frontend integration + apikey status check

This commit is contained in:
based
2023-12-16 07:15:57 +10:00
parent 041957975a
commit 583f786d74
6 changed files with 61 additions and 5 deletions

View File

@ -159,6 +159,7 @@ const CHAT_COMPLETION_SOURCES = {
OPENROUTER: 'openrouter',
AI21: 'ai21',
MAKERSUITE: 'makersuite',
MISTRALAI: 'mistralai',
};
const UPLOADS_PATH = './uploads';