Joison
Joison
> > > > 你的问题解决了吗?怎么解决的? 代码里加两行就好了 import os os.environ['CURL_CA_BUNDLE'] = ''
same issue in python 3.9.0
> 怎么解决的呢? 我也遇到这个问题
奇怪,难道apikey被劫持用来问了其它问题
知道 为什么了,把chatgpt的debug打开看到他为什么消耗那么快了,原来它自动把前面问的prompt和responese 全部加入到下一条prompt里去了 getMessageById cd600535-d147-4432-bdfb-f04a8a929d96 { role: 'user', id: 'cd600535-d147-4432-bdfb-f04a8a929d96', conversationId: '32ac2354-e50a-4c5a-ba00-022ee6b5ceba', text: ' 长沙天气如何?' } sendMessage (280 tokens) { max_tokens: 1000, model: 'text-davinci-003', temperature: 0.8, top_p: 1, presence_penalty: 1,...
谢谢 两位 ,虚拟环境里的python我写成了python3了,用的是我系统环境里的python
same problem when running setup.sh --docker
> did you change the .env.template file to .env? yes , I tried, but the problem is still.
thank you, this is very useful for me
> > you can use 'http' instead of 'https' as your redirect_uri > > In my case this fixed the error. Excuse me, which file and line is this modification...