Add connection map aliases

9f0c2300d2d36e43c609fbf75d97e9d68a872c1e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +10 -0Ignore whitespace
public/script.js+10 -0
@@ -8476,12 +8476,22 @@ const CONNECT_API_MAP = {
8476 selected: 'novel',8476 selected: 'novel',
8477 button: '#api_button_novel',8477 button: '#api_button_novel',
8478 },8478 },
8479 'koboldcpp': {
8480 selected: 'textgenerationwebui',
8481 button: '#api_button_textgenerationwebui',
8482 type: textgen_types.KOBOLDCPP,
8483 },
8479 // KoboldCpp alias8484 // KoboldCpp alias
8480 'kcpp': {8485 'kcpp': {
8481 selected: 'textgenerationwebui',8486 selected: 'textgenerationwebui',
8482 button: '#api_button_textgenerationwebui',8487 button: '#api_button_textgenerationwebui',
8483 type: textgen_types.KOBOLDCPP,8488 type: textgen_types.KOBOLDCPP,
8484 },8489 },
8490 'openai': {
8491 selected: 'openai',
8492 button: '#api_button_openai',
8493 source: chat_completion_sources.OPENAI,
8494 },
8485 // OpenAI alias8495 // OpenAI alias
8486 'oai': {8496 'oai': {
8487 selected: 'openai',8497 selected: 'openai',