diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index bc0941968..a34b4e544 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -3612,6 +3612,7 @@ function getModelOptions(quiet) { { id: 'aphrodite_model', api: 'textgenerationwebui', type: textgen_types.APHRODITE }, { id: 'ollama_model', api: 'textgenerationwebui', type: textgen_types.OLLAMA }, { id: 'tabby_model', api: 'textgenerationwebui', type: textgen_types.TABBY }, + { id: 'featherless_model', api: 'textgenerationwebui', type: textgen_types.FEATHERLESS }, { id: 'model_openai_select', api: 'openai', type: chat_completion_sources.OPENAI }, { id: 'model_claude_select', api: 'openai', type: chat_completion_sources.CLAUDE }, { id: 'model_windowai_select', api: 'openai', type: chat_completion_sources.WINDOWAI },