weaigc / bingo

Bingo,一个让你呼吸顺畅 New Bing。
https://bing.github1s.tk
MIT License
2.85k stars 1.22k forks source link

终端请求api报错 Internal Server Error #89

Closed jingliancui closed 9 months ago

jingliancui commented 9 months ago
ericcui@ericdeMacBook-Pro ~ % curl -kL 'https://copilot.github1s.tk/api/v1/chat/completions' \
  -H 'Content-Type: application/json' \
  -d '{
    "messages":[{"role":"user","content":"你好"}],
    "stream":true,
    "model":"Creative"
  }' \
--compressed
Internal Server Error%
weaigc commented 9 months ago
ericcui@ericdeMacBook-Pro ~ % curl -kL 'https://copilot.github1s.tk/api/v1/chat/completions' \
  -H 'Content-Type: application/json' \
  -d '{
    "messages":[{"role":"user","content":"你好"}],
    "stream":true,
    "model":"Creative"
  }' \
--compressed
Internal Server Error%

重试