Merge pull request #2931 from ceruleandeep/feature/profileFeatherlessModel

Add Featherless to modelSelectMap for /model
This commit is contained in:
Cohee 2024-10-02 01:01:57 +03:00 committed by GitHub
commit a304179332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 },