Add featherless to /api

This commit is contained in:
Wolfsblvt
2024-07-28 06:42:40 +02:00
parent d46fd9d174
commit 2447658a45

View File

@ -8449,6 +8449,11 @@ const CONNECT_API_MAP = {
button: '#api_button_textgenerationwebui', button: '#api_button_textgenerationwebui',
type: textgen_types.OPENROUTER, type: textgen_types.OPENROUTER,
}, },
'featherless': {
selected: 'textgenerationwebui',
button: '#api_button_textgenerationwebui',
type: textgen_types.FEATHERLESS,
},
'huggingface': { 'huggingface': {
selected: 'textgenerationwebui', selected: 'textgenerationwebui',
button: '#api_button_textgenerationwebui', button: '#api_button_textgenerationwebui',