-
Notifications
You must be signed in to change notification settings - Fork 60.1k
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
CUSTOM_MODELS无法定义ChatGPT模型顺序 #3510
Comments
Title: CUSTOM_MODELS Unable to define ChatGPT model order
Feedback Instructions Please enter x in the square brackets below to indicate that you already know the relevant content.
Describe the problem How to reproduce Some necessary information
|
Refer link: |
I'm not sure. Is that the same question? |
顺序是随机的,也无意支持排序。 |
The order is random and no ordering is intended. |
反馈须知
请在下方中括号内输入 x 来表示你已经知晓相关内容。
描述问题
使用CUSTOM_MODELS自定义展示的模型,其中ChatGPT的模型没有按照变量的顺序展示,国产模型顺序正确。浏览器端尝试过“清除所有数据”按钮,没有变化;CUSTOM_MODELS变量尝试添加“-all”,没有变化。
如何复现
docker compose中添加下面的字段
CUSTOM_MODELS=-all,+gpt-3.5-turbo,-gpt-3.5-turbo-0301,-gpt-3.5-turbo-0613,+gpt-3.5-turbo-1106,-gpt-3.5-turbo-16k,-gpt-3.5-turbo-16k-0613,+gpt-4,-gpt-4-0314,-gpt-4-0613,+gpt-4-1106-preview,+gpt-4-vision-preview,+gpt-4-32k,-gpt-4-32k-0314,+gpt-4-32k-0613,+SparkDesk,+chatglm_turbo,+ERNIE-Bot,+ERNIE-Bot-turbo,+ERNIE-Bot-4,+qwen-turbo,+qwen-plus
截图
一些必要的信息
The text was updated successfully, but these errors were encountered: