shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

why it always display connection error?

Open EhanDong opened this issue 1 year ago • 2 comments

image 微信截图_20240724225955

EhanDong avatar Jul 24 '24 15:07 EhanDong

same problem

Terator166 avatar Aug 10 '24 16:08 Terator166

this is most likely because you are behind a corporate proxy. OpenAI uses httpx so you need to extract a CRT file (google it) and then set the path via export REQUESTS_CA_BUNDLE=/blah/blah.crt

joshtrew-probe avatar Sep 16 '24 01:09 joshtrew-probe