minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.43k stars 224 forks source link

add env proxy support #34

Closed HaveF closed 1 year ago

minimaxir commented 1 year ago

What use case is this for out of curiosity?

HaveF commented 1 year ago

for some countries, it is not easy to connect openai, of course, including google bard

https://platform.openai.com/docs/supported-countries

minimaxir commented 1 year ago

I may refactor this such that users will have to pass in aClient themselves with whatever specs they want, but this is fine for now.