afc163 / fanyi

A πŸ‡¨πŸ‡³ and πŸ‡ΊπŸ‡Έ translator in your command line
https://npmjs.com/fanyi
MIT License
1.42k stars 135 forks source link

Bug: Cannot reach OpenAI api, please check network #86

Closed Lan-ce-lot closed 1 year ago

Lan-ce-lot commented 1 year ago

When I use ChatGPT to translate

image
 Cannot reach OpenAI api, please check network.

fanyi version

./fanyi --version
8.0.2

OS

macOS 12.5.1 21G83 arm64

Is this the problem of the network? I used the clashX proxy at the terminal, how should I solve this problem.

Lan-ce-lot commented 1 year ago

https://github.com/transitive-bullshit/chatgpt-api/issues/419#issuecomment-1451863914

Use a proxy and pass a custom fetch to the ChatGPTAPI constructor which uses you proxy. Note: you'll still need a valid OpenAI API key from their website.

Maybe we can try this method.