runtime error
Exit code: 1. Reason: :00<00:00, 492kB/s] config.json: 0%| | 0.00/612 [00:00<?, ?B/s][A config.json: 100%|ββββββββββ| 612/612 [00:00<00:00, 7.27MB/s] model.safetensors: 0%| | 0.00/90.9M [00:00<?, ?B/s][A model.safetensors: 100%|ββββββββββ| 90.9M/90.9M [00:00<00:00, 277MB/s] tokenizer_config.json: 0%| | 0.00/350 [00:00<?, ?B/s][A tokenizer_config.json: 100%|ββββββββββ| 350/350 [00:00<00:00, 3.65MB/s] vocab.txt: 0%| | 0.00/232k [00:00<?, ?B/s][A vocab.txt: 100%|ββββββββββ| 232k/232k [00:00<00:00, 35.3MB/s] tokenizer.json: 0%| | 0.00/466k [00:00<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 466k/466k [00:00<00:00, 704kB/s] special_tokens_map.json: 0%| | 0.00/112 [00:00<?, ?B/s][A special_tokens_map.json: 100%|ββββββββββ| 112/112 [00:00<00:00, 961kB/s] config.json: 0%| | 0.00/190 [00:00<?, ?B/s][A config.json: 100%|ββββββββββ| 190/190 [00:00<00:00, 1.91MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 111, in <module> answer = query_llama(prompt) File "/home/user/app/app.py", line 91, in query_llama response = client.chat.completions.create( File "/usr/local/lib/python3.10/site-packages/groq/resources/chat/completions.py", line 322, in create return self._post( File "/usr/local/lib/python3.10/site-packages/groq/_base_client.py", line 1266, in post return cast(ResponseT, self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)) File "/usr/local/lib/python3.10/site-packages/groq/_base_client.py", line 958, in request return self._request( File "/usr/local/lib/python3.10/site-packages/groq/_base_client.py", line 1061, in _request raise self._make_status_error_from_response(err.response) from None groq.AuthenticationError: Error code: 401 - {'error': {'message': 'Invalid API Key', 'type': 'invalid_request_error', 'code': 'invalid_api_key'}}
Container logs:
Fetching error logs...