runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1070, in create_client 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 12, in <module> model = OpenAIServerModel( File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1061, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 809, in __init__ self.client = self.create_client() File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1072, in create_client raise ModuleNotFoundError( ModuleNotFoundError: Please install 'openai' extra to use OpenAIServerModel: `pip install 'smolagents[openai]'`

Container logs:

Fetching error logs...