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. Loading weights: 0%| | 0/103 [00:00<?, ?it/s] Loading weights: 100%|██████████| 103/103 [00:00<00:00, 11078.97it/s] [1mBertModel LOAD REPORT[0m from: sentence-transformers/all-MiniLM-L6-v2 Key | Status | | ------------------------+------------+--+- embeddings.position_ids | UNEXPECTED | | Notes: - UNEXPECTED: can be ignored when loading from different task/architecture; not ok if you expect identical arch. Traceback (most recent call last): File "/app/app.py", line 2, in <module> from app.main import app File "/app/app/main.py", line 12, in <module> from app.llm import generate_answer File "/app/app/llm.py", line 8, in <module> client = Groq(api_key=os.getenv("GROQ_API_KEY")) File "/usr/local/lib/python3.10/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...