ChatWithBinary
ChatWithBinary copied to clipboard
pip install chromadb --no-cache-dir
pip install chromadb --no-cache-dir
pip install tiktoken --no-cache-dir 安装完这两个依赖后 降低一下urllib3的版本 再配置一下终端的代理 就可以使用了
Originally posted by @hjhjbmy in https://github.com/DDizzzy79/Ret2GPT/issues/1#issuecomment-1513195968
network, 请问大师怎么配置代理?我的一直报<urllib3.connection.HTTPSConnection object at 0x7ff474675810>: Failed to establish a new connection: [Errno 101] Network is unreachable')).
安装好了后,出现如图的问题。
可能要使用 export
命令来指定你的本地代理端口,比如说我的在7890端口 那就是export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:7890
大师,本地代理ip和端口怎么获取呢?
请问国内要运行openai时不要设置国外的代理?
话说搭建的python的版本有推荐吗?有搭建好的python版本推荐吗?
d大佬 安装中遇到
同时 open_key_ api 这个自定义baseurl吗 因为openai 个人apikey 老被封 在代码可以调整吗