-
Notifications
You must be signed in to change notification settings - Fork 60.2k
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
配置自定义ChatGPT模型时能否支持接口连接验证和获取可用模型列表 #4813
Comments
Please follow the issue template to update title and description of your issue. |
Title: Can interface connection verification and obtaining the list of available models be supported when configuring a custom ChatGPT model? Problem DescriptionCurrently, when customizing the ChatGPT address, you need to manually enter the model list, which is troublesome and error-prone, and most of the time it is impossible to know the model list actually supported by the interface. Solution DescriptionCall the API standard test interface, add a button to the client interface to support interface verification, obtain the model list supported by the interface, and automatically fill in the client model list. Alternatives ConsideredUsually ChatGPT compatible APIs have test interfaces available. Additional ContextIt can greatly improve user experience and application usability. |
可以参考这个pr : #4815 |
You can refer to this PR: #4815 |
如果我需要默认 勾选使用自定义接口 |
If I need the default check box Use custom interface |
Problem Description
目前自定义ChatGPT地址时需要手动输入模型列表,输入麻烦易错,而且多数时候无法知道接口实际支持的模型列表。
Solution Description
调用API标准测试接口,客户端界面增加按钮支持接口验证,同时获取接口支持的模型列表,自动填入客户端模型列表。
Alternatives Considered
通常ChatGPT兼容API都有测试接口可用。
Additional Context
可以极大提升用户体验和应用可用性。
The text was updated successfully, but these errors were encountered: