Add Featherless to modelSelectMap for /model

3dad029091cf39175c40a44146d621471ab47411

ceruleandeep <deep@cerulean.navy>

1 files changed, +1 -0Ignore whitespace
public/scripts/slash-commands.js+1 -0
@@ -3612,6 +3612,7 @@ function getModelOptions(quiet) {
3612 { id: 'aphrodite_model', api: 'textgenerationwebui', type: textgen_types.APHRODITE },3612 { id: 'aphrodite_model', api: 'textgenerationwebui', type: textgen_types.APHRODITE },
3613 { id: 'ollama_model', api: 'textgenerationwebui', type: textgen_types.OLLAMA },3613 { id: 'ollama_model', api: 'textgenerationwebui', type: textgen_types.OLLAMA },
3614 { id: 'tabby_model', api: 'textgenerationwebui', type: textgen_types.TABBY },3614 { id: 'tabby_model', api: 'textgenerationwebui', type: textgen_types.TABBY },
3615 { id: 'featherless_model', api: 'textgenerationwebui', type: textgen_types.FEATHERLESS },
3615 { id: 'model_openai_select', api: 'openai', type: chat_completion_sources.OPENAI },3616 { id: 'model_openai_select', api: 'openai', type: chat_completion_sources.OPENAI },
3616 { id: 'model_claude_select', api: 'openai', type: chat_completion_sources.CLAUDE },3617 { id: 'model_claude_select', api: 'openai', type: chat_completion_sources.CLAUDE },
3617 { id: 'model_windowai_select', api: 'openai', type: chat_completion_sources.WINDOWAI },3618 { id: 'model_windowai_select', api: 'openai', type: chat_completion_sources.WINDOWAI },