amikos-tech / chromadb-java-client

A thin client for Chroma Vector DB implemented in Java
MIT License
51 stars 7 forks source link

关于使用openai自定义代理地址异常问题 #26

Open dontlove14 opened 7 months ago

dontlove14 commented 7 months ago

image 您好,因为我目前所处中国境内.为了保证可以正常使用openai的所有服务,我们对openai的地址做了代理.我查看readma发现咱们项目可以使用自定义openai代理,所以我构建如图的代码测试.但是报错如下: image 我确认我们的代理是可以正常请求的: image 请求改问题是否因为我的错误使用导致又或是其他问题. 感谢

SharlyCheung commented 2 months ago

hello,你的问题看起来并不是OpanAI无法连接,移除代码 client.reset();

It doesn't seem like your issue is that OpenAI cannot connect. Remove the code client.reset();