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

Have issue on making a api request on model qwen-2.5-coder-32b #2498

Open
doa69 opened this issue Dec 19, 2024 · 0 comments
Open

Have issue on making a api request on model qwen-2.5-coder-32b #2498

doa69 opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@doa69
Copy link

doa69 commented Dec 19, 2024

{
"error": {
"message": "RetryProviderError: RetryProvider failed:\nHuggingChat: AttributeError: 'Response' object has no attribute 'status'\nPollinationsAI: TypeError: argument of type 'NoneType' is not iterable\nDeepInfraChat: MissingAuthError: Add a "api_key"\nHuggingFace: TypeError: argument of type 'NoneType' is not iterable"
},
"model": "qwen-2.5-coder-32b"
}

I was using the swagger docs thing

Here is the body

{
"messages": [
{
"content": "",
"role": "system"
},
{
"content": "hi",
"role": "user"
}
],
"model": "qwen-2.5-coder-32b",
"stream": false
}

@doa69 doa69 added the bug Something isn't working label Dec 19, 2024
kqlio67 pushed a commit to kqlio67/gpt4free that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants