weaigc / bingo

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

openai api无法使用 #119

Closed jerryliang122 closed 9 months ago

jerryliang122 commented 9 months ago

尝试使用CURL 进行测试 "messages":[{"role":"user","content":"你好"}], "stream":false, "model":"Creative" }' --compressed {"choices":[{"delta":{"role":"assistant","content":""},"message":{"role":"assistant","content":""}}]}( 返回的结果是空的 如果是 流失输出 data: [DONE] 路径名是/api/v1/chat/completions

SokWith commented 9 months ago

https://github.com/weaigc/bingo/issues/78#issuecomment-1855907453

jerryliang122 commented 9 months ago

#78 (comment)

应该不是这个问题。网页上可以正常使用的。没有任何问题。但是用AI 就不行了

weaigc commented 9 months ago

用api的话建议自己搭服务,演示站有防爬可能会误伤

jerryliang122 commented 9 months ago

用api的话建议自己搭服务,演示站有防爬可能会误伤

就是用docker自己搭建的服务。里面写了bing header但是API 返回空的。