runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 802, in load_chat from openai import OpenAI ModuleNotFoundError: No module named 'openai' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> gr.load_chat( File "/usr/local/lib/python3.10/site-packages/gradio/external.py", line 804, in load_chat raise ImportError( ImportError: To use OpenAI API Client, you must install the `openai` package. You can install it with `pip install openai`.
Container logs:
Fetching error logs...