You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl https://tastypear-g4f.hf.space/v1/chat/completions -d '{ "model": "command-r+", "messages": [ { "role": "system", "content": "You are a poetic assistant, skilled in explaining complex programming concepts with creative flair." }, { "role": "user", "content": "Compose a poem that explains the concept of recursion in programming." } ] }'
It returns {"error":{"proxy_note":"Server unavailable, error code: 349453"}}
There is no other useful logs.
The text was updated successfully, but these errors were encountered:
Bug description
I deploy hlohaus789/g4f docker in HF Space:
https://huggingface.co/spaces/tastypear/g4f
Then I try to visit it with curl:
It returns
{"error":{"proxy_note":"Server unavailable, error code: 349453"}}
There is no other useful logs.
The text was updated successfully, but these errors were encountered: