mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add API icons for aphrodite and mancer
This commit is contained in:
@@ -4204,6 +4204,8 @@ function getGeneratingApi() {
|
||||
switch (main_api) {
|
||||
case 'openai':
|
||||
return oai_settings.chat_completion_source || 'openai';
|
||||
case 'textgenerationwebui':
|
||||
return textgenerationwebui_settings.type === textgen_types.OOBA ? 'textgenerationwebui' : textgenerationwebui_settings.type;
|
||||
default:
|
||||
return main_api;
|
||||
}
|
||||
|
Reference in New Issue
Block a user