ricklamers / gpt-code-ui

An open source implementation of OpenAI's ChatGPT Code interpreter
MIT License
3.57k stars 447 forks source link

chore: Fix Name of Environment Variable for API Base Path #68

Closed dasmy closed 1 year ago

dasmy commented 1 year ago

With a previous change (99a6ba82d504728e41ea6372e342fddf99671039), these variables are read by the openai package automagically and thus must have the correct name.

See https://github.com/openai/openai-python/blob/b82a3f7e4c462a8a10fa445193301a3cefef9a4a/openai/__init__.py#L49