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