diff --git a/public/script.js b/public/script.js index 3e4101485..232280ffc 100644 --- a/public/script.js +++ b/public/script.js @@ -8449,6 +8449,11 @@ const CONNECT_API_MAP = { button: '#api_button_textgenerationwebui', type: textgen_types.OPENROUTER, }, + 'featherless': { + selected: 'textgenerationwebui', + button: '#api_button_textgenerationwebui', + type: textgen_types.FEATHERLESS, + }, 'huggingface': { selected: 'textgenerationwebui', button: '#api_button_textgenerationwebui',