more stuff

This commit is contained in:
Fayiron 2023-12-16 15:17:03 +01:00
parent eb2a85cfe0
commit 7b0ecd3e61
2 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,7 @@ const CHAT_COMPLETION_SOURCES = {
OPENROUTER: 'openrouter',
AI21: 'ai21',
PALM: 'palm',
TOGETHERAI: 'togetherai',
};
const UPLOADS_PATH = './uploads';

View File

@ -25,6 +25,7 @@ const SECRET_KEYS = {
DEEPLX_URL: 'deeplx_url',
PALM: 'api_key_palm',
SERPAPI: 'api_key_serpapi',
TOGETHERAI: 'api_key_togetherai',
};
/**