-
Notifications
You must be signed in to change notification settings - Fork 384
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] #295
Comments
Title: [Bug] |
还有一个附近的问题,不过比题主这个问题要轻微,上游的动静实在太大,DEFAULT_MODEL参数也失效了,但是他们后续补丁处理了,得辛苦大佬需要的时候合并 btw目前已知的一个常用环境变量设置方式:
会出现一个问题就是,gpt-4o会同时命中openai + azure等,会导致模型列表多处很多可能不需要使用的模型列表
|
There is another nearby problem, but it is less severe than the one in question. The upstream movement was too big, and the DEFAULT_MODEL parameter also failed. However, they solved it with subsequent patches. It’s a big headache. They are still working hard. |
前些天的代码合并搞出了好多问题 晚一点我处理一下 |
The code merge a few days ago caused a lot of problems. I'll deal with them later. |
没找到上游这部分的代码的差别 可否指出修复部分的代码 我单独合一下这部分 |
I couldn't find the difference between this part of the upstream code. Can you point out the code to fix it? I'll combine this part separately. |
感谢您费心, CUSTUM_MODULE暂时无解,只能自己修改变量用法解决同时有 chatgpt-4o(OpenAI) 和chatgpt-4o(Azure)的问题 |
Thank you for your trouble, CUSTUM_MODULE has no solution for the time being. You can only modify the variable usage yourself to solve the problem of chatgpt-4o (OpenAI) and chatgpt-4o (Azure) at the same time. |
单独 merge 了 collectModelTableWithDefaultModel 方法,可以试试看问题是否解决。 |
You can merge the collectModelTableWithDefaultModel method separately and try to see if the problem is solved. |
再次说声辛苦啦,DEFAUT_MODULE正常了,可以正常起作用 |
Thank you again for your hard work. DEFAUT_MODULE is now normal and can work normally. |
📦 部署方式
Docker
📌 软件版本
275308b
💻 系统环境
Other Linux
📌 系统版本
arch
🌐 浏览器
Chrome
📌 浏览器版本
120
🐛 问题描述
USE_OPENAI_ENDPOINT_FOR_ALL_MODELS
功能失效,即使将他设置成 1 ,在实际请求时其他模型还是使用模型路由,并没有成功切换成 OpenAI 路由
📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: