Add featherless to /api

2447658a454c28034e47b54de24c3f8c5f25ad43

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +5 -0Ignore whitespace
public/script.js+5 -0
@@ -8449,6 +8449,11 @@ const CONNECT_API_MAP = {
8449 button: '#api_button_textgenerationwebui',8449 button: '#api_button_textgenerationwebui',
8450 type: textgen_types.OPENROUTER,8450 type: textgen_types.OPENROUTER,
8451 },8451 },
8452 'featherless': {
8453 selected: 'textgenerationwebui',
8454 button: '#api_button_textgenerationwebui',
8455 type: textgen_types.FEATHERLESS,
8456 },
8452 'huggingface': {8457 'huggingface': {
8453 selected: 'textgenerationwebui',8458 selected: 'textgenerationwebui',
8454 button: '#api_button_textgenerationwebui',8459 button: '#api_button_textgenerationwebui',