runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> openai_client = openai.OpenAI(api_key=os.getenv("OPENAI_API_KEY")) File "/usr/local/lib/python3.10/site-packages/openai/_client.py", line 106, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 758, in __init__ self._client = http_client or SyncHttpxClientWrapper( TypeError: Client.__init__() got an unexpected keyword argument 'proxies' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 17, in <module> openai_client = openai.OpenAI() File "/usr/local/lib/python3.10/site-packages/openai/_client.py", line 106, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/openai/_base_client.py", line 758, in __init__ self._client = http_client or SyncHttpxClientWrapper( TypeError: Client.__init__() got an unexpected keyword argument 'proxies'

Container logs:

Fetching error logs...