mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
more stuff
This commit is contained in:
@ -140,6 +140,7 @@ const CHAT_COMPLETION_SOURCES = {
|
|||||||
OPENROUTER: 'openrouter',
|
OPENROUTER: 'openrouter',
|
||||||
AI21: 'ai21',
|
AI21: 'ai21',
|
||||||
PALM: 'palm',
|
PALM: 'palm',
|
||||||
|
TOGETHERAI: 'togetherai',
|
||||||
};
|
};
|
||||||
|
|
||||||
const UPLOADS_PATH = './uploads';
|
const UPLOADS_PATH = './uploads';
|
||||||
|
@ -25,6 +25,7 @@ const SECRET_KEYS = {
|
|||||||
DEEPLX_URL: 'deeplx_url',
|
DEEPLX_URL: 'deeplx_url',
|
||||||
PALM: 'api_key_palm',
|
PALM: 'api_key_palm',
|
||||||
SERPAPI: 'api_key_serpapi',
|
SERPAPI: 'api_key_serpapi',
|
||||||
|
TOGETHERAI: 'api_key_togetherai',
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user