Closed itcodes closed 4 months ago
Bot detected the issue body's language is not English, translate it automatically.
Title: [Feature Request]: Only gpt-4o is set, but 2 versions will be displayed, which were discovered by the latest update of azure and openai.
This problem never occurred before, it was only encountered in the latest update.
No response
No response
Bot detected the issue body's language is not English, translate it automatically.
用vercel部署,自动更新遇到了同样的问题。
Bot detected the issue body's language is not English, translate it automatically.
Deployed with vercel, automatic update encountered the same problem.
Bot detected the issue body's language is not English, translate it automatically.
用vercel部署,自动更新遇到了同样的问题。
对的。就是4930 那个 pr 引起的。下次不自动更新了。
Bot detected the issue body's language is not English, translate it automatically.
Deploying with vercel, automatic update encountered the same problem.
Yes. It was caused by the PR of 4930.
fixed in #4953
这个重复的问题好像没有解决,vercel部署拉取的最新代码,-all,+gpt-3.5-turbo,+gpt-4,+gpt-4o,没有关于azure的环境变量,这样配置还是显示了azure的选项
Bot detected the issue body's language is not English, translate it automatically.
This duplicate problem seems to have not been solved. The latest code pulled by vercel deployment, -all, +gpt-3.5-turbo, +gpt-4, +gpt-4o, does not have environment variables for azure. This configuration still shows azure. Options
这个重复的问题好像没有解决,vercel部署拉取的最新代码,-all,+gpt-3.5-turbo,+gpt-4,+gpt-4o,没有关于azure的环境变量,这样配置还是显示了azure的选项
-all,+gpt-3.5-turbo@openai,+gpt-4@openai,+gpt-4o@openai -all,+gpt-3.5-turbo@azure={deploy_name} 这个配置会在模型列表展示一个“{deploy_name}(Azure)”的选项,发请求的时候使用的模型是gpt-3.5-turbo
Bot detected the issue body's language is not English, translate it automatically.
This duplicate problem seems to have not been solved. The latest code pulled by vercel deployment, -all, +gpt-3.5-turbo, +gpt-4, +gpt-4o, does not have environment variables about azure. This configuration still displays azure. Options
-all,+gpt-3.5-turbo@openai,+gpt-4@openai,+gpt-4o@openai -all,+gpt-3.5-turbo@azure={deploy_name} This configuration will display a "{deploy_name}(Azure)" option in the model list. The model used when making requests is gpt-3.5-turbo
写成下面这样就行
environment:
- CUSTOM_MODELS=-all,+gpt-3.5-turbo@openai,+gpt-4-turbo@openai,+gpt-4o@openai,+claude-3-haiku
Problem Description
Solution Description
原来没出现过这个问题,是最近更新才遇到。
Alternatives Considered
No response
Additional Context
No response