Protosec-Research / ChatWithBinary

ChatWithBinary: Advanced AI-powered binary analysis tool leveraging OpenAI's LangChain technology, revolutionizing CTF Pwners' experience in binary file interpretation and vulnerability detection.
https://chatwithbinary.com
MIT License
287 stars 29 forks source link

pip install chromadb --no-cache-dir #6

Open 3186447858 opened 1 year ago

3186447858 commented 1 year ago
          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

3186447858 commented 1 year ago

network, 请问大师怎么配置代理?我的一直报<urllib3.connection.HTTPSConnection object at 0x7ff474675810>: Failed to establish a new connection: [Errno 101] Network is unreachable')).

3186447858 commented 1 year ago

360截图20230724185652612 安装好了后,出现如图的问题。

retr0reg commented 1 year ago

可能要使用 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

3186447858 commented 1 year ago

大师,本地代理ip和端口怎么获取呢?

3186447858 commented 1 year ago

请问国内要运行openai时不要设置国外的代理?

BarnabyAlexandraBaron commented 5 months ago

话说搭建的python的版本有推荐吗?有搭建好的python版本推荐吗?

Savoir007 commented 4 months ago

d大佬 安装中遇到 image 同时 openkey api 这个自定义baseurl吗 因为openai 个人apikey 老被封 在代码可以调整吗