-
Notifications
You must be signed in to change notification settings - Fork 60.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Self-host Model] Custom model names - "Only ABC MODEL allowed now, your model gpt-3.5-turbo" #2192
Labels
enhancement
New feature or request
Comments
Yidadaa
added a commit
that referenced
this issue
Jul 4, 2023
feat: close #2192 use /list/models to get model ids
JMcn
pushed a commit
to JMcn/ChatGPT-Next-Web
that referenced
this issue
Jul 30, 2023
alchemist139
pushed a commit
to alchemist139/ChatGPT-Next-Web
that referenced
this issue
Sep 21, 2023
alchemist139
pushed a commit
to alchemist139/ChatGPT-Next-Web
that referenced
this issue
Sep 21, 2023
feat: close ChatGPTNextWeb#2192 use /list/models to get model ids
chenzeyu
pushed a commit
to neutronsg/ChatGPT-Next-Web
that referenced
this issue
Nov 8, 2023
gaogao1030
pushed a commit
to gaogao1030/ChatGPT-Next-Web
that referenced
this issue
May 16, 2024
gaogao1030
pushed a commit
to gaogao1030/ChatGPT-Next-Web
that referenced
this issue
May 16, 2024
feat: close ChatGPTNextWeb#2192 use /list/models to get model ids
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could be nice to add custom model names.
Currently client displays only gpt-4* and gpt-3* models available to select.
(qwen-v1, ernie, spark, llama, chatglm are not available to select)
For the self-host Models names could be different, this names can be queried */v1/models.
Currently actual self-host Models names are not displayed and it is no option to select it or enter manually.
So it leads to error:
Could be nice to add
docker run -e MODEL_NAME="ABC MODEL"
The text was updated successfully, but these errors were encountered: