runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1002, in create_client import litellm ModuleNotFoundError: No module named 'litellm' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 6, in <module> from agent import BasicAgent File "/home/user/app/agent.py", line 13, in <module> smol_model = LiteLLMModel(model_id="openai/gpt-4.1", api_key=os.getenv("OPENAI_API_KEY")) File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 992, in __init__ super().__init__( File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 942, in __init__ self.client = client or self.create_client() File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 1004, in create_client raise ModuleNotFoundError( ModuleNotFoundError: Please install 'litellm' extra to use LiteLLMModel: `pip install 'smolagents[litellm]'`

Container logs:

Fetching error logs...