runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 665, in __init__ import litellm ModuleNotFoundError: No module named 'litellm' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> model = LiteLLMModel(model_id="gemini/gemini-2.0-flash"), File "/usr/local/lib/python3.10/site-packages/smolagents/models.py", line 667, in __init__ raise ModuleNotFoundError( ModuleNotFoundError: Please install 'litellm' extra to use LiteLLMModel: `pip install 'smolagents[litellm]'`

Container logs:

Fetching error logs...