runtime error

Exit code: 1. Reason: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads. ================================================== --- Cyber Square AI: GROQ v1.3 --- ================================================== [*] Reading my_docs/cyber.pdf... [*] Loading Embeddings... Loading weights: 0%| | 0/103 [00:00<?, ?it/s] Loading weights: 100%|██████████| 103/103 [00:00<00:00, 3915.29it/s] [✔] Embeddings Ready. [*] Building Vector Database... [*] Connecting to Groq (Llama3)... Traceback (most recent call last): File "/app/app.py", line 37, in <module> llm = ChatGroq( ^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/langchain_core/load/serializable.py", line 118, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.11/site-packages/pydantic/main.py", line 263, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/langchain_groq/chat_models.py", line 520, in validate_environment self.client = groq.Groq( ^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/groq/_client.py", line 79, in __init__ raise GroqError( groq.GroqError: The api_key client option must be set either by passing api_key to the client or by setting the GROQ_API_KEY environment variable

Container logs:

Fetching error logs...