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
为什么别的服务商提供的API接口地址和密钥无法使用?返回代码是这样:
ChatGpt:
{ "message": "fetch error, pleace check url", "url": "https://interface.XXXXXXX.com/v1/chat/completions", "code": "fetch_error" }
Midjourney:
{ "error": "TypeError: Failed to fetch", "data": { "base64Array": [], "notifyHook": "", "prompt": "A beautiful asian girl --v 6.1", "state": "", "botType": "MID_JOURNEY" }, "code": "fetch_fail", "url": "https://interface.XXXXXXXX.com/mj/submit/imagine" }
The text was updated successfully, but these errors were encountered:
应该是 访问不上
Sorry, something went wrong.
No branches or pull requests
为什么别的服务商提供的API接口地址和密钥无法使用?返回代码是这样:
ChatGpt:
{
"message": "fetch error, pleace check url",
"url": "https://interface.XXXXXXX.com/v1/chat/completions",
"code": "fetch_error"
}
Midjourney:
{
"error": "TypeError: Failed to fetch",
"data": {
"base64Array": [],
"notifyHook": "",
"prompt": "A beautiful asian girl --v 6.1",
"state": "",
"botType": "MID_JOURNEY"
},
"code": "fetch_fail",
"url": "https://interface.XXXXXXXX.com/mj/submit/imagine"
}
The text was updated successfully, but these errors were encountered: