好像不能调用

#1
by sanbo1200 - opened

好像不能调用

curl https://new-bing-gpt4free.hf.space/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [
        {"role": "system", "content": "you are a helpful assistant."},
      {"role": "user", "content": "Hello, how are you?"}
    ],
    "max_tokens": 100
  }'

这样访问失败

sanbo1200 changed discussion status to closed
sanbo1200 changed discussion status to open

Sign up or log in to comment