runtime error

β”‚ β”‚ β”‚ β”‚ /home/user/app/minigpt4/models/mini_gpt4.py:90 in __init__ β”‚ β”‚ β”‚ β”‚ 87 β”‚ β”‚ print('Loading Q-Former Done') β”‚ β”‚ 88 β”‚ β”‚ β”‚ β”‚ 89 β”‚ β”‚ print('Loading LLAMA') β”‚ β”‚ ❱ 90 β”‚ β”‚ self.llama_tokenizer = LlamaTokenizer.from_pretrained('Vision- β”‚ β”‚ 91 β”‚ β”‚ self.llama_tokenizer.pad_token = self.llama_tokenizer.eos_toke β”‚ β”‚ 92 β”‚ β”‚ β”‚ β”‚ 93 β”‚ β”‚ if llama_cache_dir: β”‚ β”‚ β”‚ β”‚ /usr/local/lib/python3.8/os.py:675 in __getitem__ β”‚ β”‚ β”‚ β”‚ 672 β”‚ β”‚ β”‚ value = self._data[self.encodekey(key)] β”‚ β”‚ 673 β”‚ β”‚ except KeyError: β”‚ β”‚ 674 β”‚ β”‚ β”‚ # raise KeyError with the original key value β”‚ β”‚ ❱ 675 β”‚ β”‚ β”‚ raise KeyError(key) from None β”‚ β”‚ 676 β”‚ β”‚ return self.decodevalue(value) β”‚ β”‚ 677 β”‚ β”‚ β”‚ 678 β”‚ def __setitem__(self, key, value): β”‚ ╰──────────────────────────────────────────────────────────────────────────────╯ KeyError: 'API_TOKEN'

Container logs:

Fetching error logs...