We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
例行检查
问题描述 openai官网的python库的实例代码已经使用的都是client.responses.create接口了,我试了一下这个client.chat.completions.create可以正常使用,但是如果使用client.responses.create就会报错。
Error code: 404 - {'error': {'message': 'Invalid URL (POST /v1/responses)', 'type': 'invalid_request_error', 'param': '', 'code': ''}}
我想确认一下是new-api目前暂未支持吗?我自己看看了一下new-api/router/relay-router.go这个文件,似乎这个请求都不会被路由?这个在开发中嘛?
The text was updated successfully, but these errors were encountered:
我理解并愿意跟进此 issue,协助测试和提供反馈
此项未打钩的原因是我并非自己搭建的,而是使用的别人搭建的new-api使用不了。。。。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
例行检查
问题描述
openai官网的python库的实例代码已经使用的都是client.responses.create接口了,我试了一下这个client.chat.completions.create可以正常使用,但是如果使用client.responses.create就会报错。
Error code: 404 - {'error': {'message': 'Invalid URL (POST /v1/responses)', 'type': 'invalid_request_error', 'param': '', 'code': ''}}
我想确认一下是new-api目前暂未支持吗?我自己看看了一下new-api/router/relay-router.go这个文件,似乎这个请求都不会被路由?这个在开发中嘛?
The text was updated successfully, but these errors were encountered: