-
Notifications
You must be signed in to change notification settings - Fork 60k
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
[Feature Request] OPENAI_API_KEY (必填项)这个配置有点不理解 #5539
Comments
Title: [Feature Request] OPENAI_API_KEY (required) This configuration is a bit unclear 🥰 Description of requirementsOPENAI_API_KEY (required) 🧐 SolutionCan you support custom URLs? Rather than the configuration of a certain model. . . 📝 Supplementary informationNone |
支持自定义 url 的,如果不配置 BASE_URL ,就默认请求 openai,如果配置了,就请求你指定的 url |
Supports custom URLs. If BASE_URL is not configured, openai will be requested by default. If configured, the URL you specify will be requested. |
我们包装了openapi等其他模型的接口一起的。。。不是个镜像代理,鉴权啥的都是自己的。。 |
We wrap the interfaces of other models such as openapi together. . . It's not a mirror proxy, authentication and other things are all your own. . |
反正接口参数跟 openai 一致就行,不需要是官方 key |
Anyway, as long as the parameters are consistent with openai, it does not need to be an official key. |
🥰 需求描述
OPENAI_API_KEY (必填项)
然后又看到了。custom_model,我现在的需求是,使用自己包装过的各种模型的代理
🧐 解决方案
能支持,自定义URL么?而不是某个模型的配置。。。
📝 补充信息
无
The text was updated successfully, but these errors were encountered: