Add Featherless to modelSelectMap for /model

3dad029091cf39175c40a44146d621471ab47411

ceruleandeep <deep@cerulean.navy>

1 files changed, +1 -0Showing whitespace changes
public/scripts/slash-commands.js+1 -0
@@ -3612,6 +3612,7 @@ function getModelOptions(quiet) {
36123612 { id: 'aphrodite_model', api: 'textgenerationwebui', type: textgen_types.APHRODITE },
36133613 { id: 'ollama_model', api: 'textgenerationwebui', type: textgen_types.OLLAMA },
36143614 { id: 'tabby_model', api: 'textgenerationwebui', type: textgen_types.TABBY },
3615+ { id: 'featherless_model', api: 'textgenerationwebui', type: textgen_types.FEATHERLESS },
36153616 { id: 'model_openai_select', api: 'openai', type: chat_completion_sources.OPENAI },
36163617 { id: 'model_claude_select', api: 'openai', type: chat_completion_sources.CLAUDE },
36173618 { id: 'model_windowai_select', api: 'openai', type: chat_completion_sources.WINDOWAI },