runtime error

Exit code: 1. Reason: 0%| | 0.00/52.7k [00:00<?, ?B/s] normalizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 52.7k/52.7k [00:00<00:00, 132MB/s] added_tokens.json: 0%| | 0.00/34.6k [00:00<?, ?B/s] added_tokens.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 34.6k/34.6k [00:00<00:00, 189MB/s] special_tokens_map.json: 0%| | 0.00/2.19k [00:00<?, ?B/s] special_tokens_map.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 2.19k/2.19k [00:00<00:00, 22.3MB/s] preprocessor_config.json: 0%| | 0.00/185k [00:00<?, ?B/s] preprocessor_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 185k/185k [00:00<00:00, 43.2MB/s] Device set to use cpu Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from agent.gaia import GaiaAgent File "/home/user/app/agent/gaia.py", line 107, in <module> tavily = TavilySearch(max_results=2) File "/usr/local/lib/python3.10/site-packages/langchain_tavily/tavily_search.py", line 270, in __init__ super().__init__(**kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 515, in __init__ super().__init__(**kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 130, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for TavilySearchAPIWrapper Value error, Did not find tavily_api_key, please add an environment variable `TAVILY_API_KEY` which contains it, or pass `tavily_api_key` as a named parameter. [type=value_error, input_value={}, input_type=dict] For further information visit https://errors.pydantic.dev/2.11/v/value_error

Container logs:

Fetching error logs...