Hello yesterday I was trying to deploy an app on user machine for which we have setup the system variable for the OpenAI key like so OPENAI_API_KEY and then the key, it’s getting recognize by the app because the app has check if it has such env setup, but when we run the app we got as log:
INFO - retrying request to /chat/completions in xxx seconds
INFO - retrying request to /chat/completions in xxx seconds
ERROR: Connection error.
I’ve tried the app on different machine with the same setup same key and it’s working.