-
### System Info
langchain==0.0.208
penai==0.27.8
python==3.10.6
### Who can help?
@hwchase17 Could you please help me in resolving the error whenver I run an gaent with the LLM as ChatOpenAI() i…
-
### Bug Description
For me event the most minimal starter does not stream anymore. I worked with llamaindex before and everything was working as expected. But since today I don't get a stream output …
-
![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/116480575/fadec2db-400b-4b18-9a07-f7f3a3cf5c77)
问题描述:
2023-11-10 02:00:37,911 - startup.py[line:626] - INFO: 正在启动服务:
2023-11…
-
**Describe the bug**
使用docker部署后,在web使用提示超时
镜像是部署在香港的云服务器上,之前一直可以使用,应该不存在代理的问题
```
{
"cause": {
"name": "ConnectTimeoutError",
"code": "UND_ERR_CONNECT_TIMEOUT",
"message": "Co…
-
```python
import openai
openai.api_base = 'http://localhost:5000'
for resp in openai.ChatCompletion.create(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hello world"}], stream=Tru…
-
-
想用one api 将opeai api转化为azure openai的格式,目前遇到的问题是,执行:docker run -d --restart always -p 3000:3000 -v /home/ubuntu/data/one-api:/data justsong/one-api。后,通过主机ip访问并在渠道页面添加了 azure 和openai的key 各一个,都是测试过可以使用的。…
-
请问下如何在源码里去除默认的反向代理,我自己的服务器是国外的,不需要配置反代就可以正常去请求opeai的域名,想问下.env的代理设置为空的情况下,怎么在源代码里删除默认的代理
-
*This issue is a catch all for questions about using aider with other or local LLMs. The text below is taken from the [FAQ](https://aider.chat/docs/faq.html#can-i-use-aider-with-other-llms-local-llms-…
-
### Describe the bug
Following the steps used to create an answers service at: https://platform.openai.com/docs/guides/answers
While trying the following command:
openai.File.create(file=open(…