mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add Perplexity as Chat Completion source
This commit is contained in:
@ -163,6 +163,7 @@ const CHAT_COMPLETION_SOURCES = {
|
||||
MISTRALAI: 'mistralai',
|
||||
CUSTOM: 'custom',
|
||||
COHERE: 'cohere',
|
||||
PERPLEXITY: 'perplexity',
|
||||
};
|
||||
|
||||
const UPLOADS_PATH = './uploads';
|
||||
|
Reference in New Issue
Block a user