Skip to content
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

为什么别的服务商提供的API接口地址和密钥无法使用? #566

Open
Joshua19770704 opened this issue Dec 2, 2024 · 1 comment

Comments

@Joshua19770704
Copy link

为什么别的服务商提供的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"
}

@Dooy
Copy link
Owner

Dooy commented Dec 9, 2024

应该是 访问不上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants