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
我按照教程部署成功了,使用apifox这个api工具来调用接口可以正常返回结果,但是使用cline就不行,出现下面这个错误:
INFO: 127.0.0.1:60050 - "POST /v1/chat/completions HTTP/1.1" 422 Unprocessable Entity
The text was updated successfully, but these errors were encountered:
我只测试了简单的聊天功能,其他应用的对接你们可以fork本项目进行针对性的开发。
Sorry, something went wrong.
我大概测试了一下,估计是cline那边发过来的请求和你定义的参数类型不匹配导致的,具体需要去看cline的源码,然后才能改本项目的源码了
No branches or pull requests
我按照教程部署成功了,使用apifox这个api工具来调用接口可以正常返回结果,但是使用cline就不行,出现下面这个错误:
The text was updated successfully, but these errors were encountered: