runtime error
| 0.00/711k [00:00<?, ?B/s][A tokenizer.json: 100%|██████████| 711k/711k [00:00<00:00, 45.9MB/s] special_tokens_map.json: 0%| | 0.00/125 [00:00<?, ?B/s][A special_tokens_map.json: 100%|██████████| 125/125 [00:00<00:00, 708kB/s] Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/llama_index/core/llms/utils.py", line 41, in resolve_llm validate_openai_api_key(llm.api_key) File "/usr/local/lib/python3.10/site-packages/llama_index/llms/openai/utils.py", line 398, in validate_openai_api_key raise ValueError(MISSING_API_KEY_ERROR_MESSAGE) ValueError: No API key found for OpenAI. Please set either the OPENAI_API_KEY environment variable or openai.api_key prior to initialization. API keys can be found or created at https://platform.openai.com/account/api-keys During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 55, in <module> query_engine = index.as_query_engine() File "/usr/local/lib/python3.10/site-packages/llama_index/core/indices/base.py", line 399, in as_query_engine else llm_from_settings_or_context(Settings, self.service_context) File "/usr/local/lib/python3.10/site-packages/llama_index/core/settings.py", line 264, in llm_from_settings_or_context return settings.llm File "/usr/local/lib/python3.10/site-packages/llama_index/core/settings.py", line 39, in llm self._llm = resolve_llm("default") File "/usr/local/lib/python3.10/site-packages/llama_index/core/llms/utils.py", line 48, in resolve_llm raise ValueError( ValueError: ****** Could not load OpenAI model. If you intended to use OpenAI, please check your OPENAI_API_KEY. Original error: No API key found for OpenAI. Please set either the OPENAI_API_KEY environment variable or openai.api_key prior to initialization. API keys can be found or created at https://platform.openai.com/account/api-keys To disable the LLM entirely, set llm=None. ******
Container logs:
Fetching error logs...