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

Command-r+ is unavailable #1957

Open
tastypear opened this issue May 15, 2024 · 2 comments
Open

Command-r+ is unavailable #1957

tastypear opened this issue May 15, 2024 · 2 comments
Assignees
Labels
bug Something isn't working stale

Comments

@tastypear
Copy link

Bug description

I deploy hlohaus789/g4f docker in HF Space:
https://huggingface.co/spaces/tastypear/g4f

Then I try to visit it with curl:

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.

@tastypear tastypear added the bug Something isn't working label May 15, 2024
@hlohaus
Copy link
Collaborator

hlohaus commented May 19, 2024

Hey, the provider for this model is no longer working. You should use HuggingFace with Account cookies instead.

Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label May 27, 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 stale
Projects
None yet
Development

No branches or pull requests

3 participants