anlityli / chatait-free

一套 golang + vue3 实现的chatgpt、midjourney的对话程序
GNU Affero General Public License v3.0
244 stars 76 forks source link

1.13EOF #13

Closed duwwtop closed 5 months ago

duwwtop commented 6 months ago

微信截图_20231218195622 微信截图_20231218195657 使用第三方api反代opnai会显示eof 使用中转api也是eof

anlityli commented 6 months ago

image 把第三方接口的地址写完全,第三方接口的地址是 https://第三方接口域名/v1/chat/completions

duwwtop commented 6 months ago

图像把第三方接口的地址写完全,第三方接口的地址是https://第三方接口域名/v1/chat/completions

那如果使用第三方中转API呢 现在是否支持?

anlityli commented 6 months ago

有第三方中转的文档吗?我看看。

anlityli commented 5 months ago

经测试第三方中转也没有问题,只要接口地址写完全,不能只写域名就能成功。