Ibraaheem commited on
Commit
0e5f1ef
·
1 Parent(s): f504c54

Update private_gpt/components/llm/llm_component.py

Browse files
private_gpt/components/llm/llm_component.py CHANGED
@@ -15,7 +15,7 @@ logger = logging.getLogger(__name__)
15
 
16
  model_url: "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/raw/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
17
 
18
- @singleton
19
  class LLMComponent:
20
  llm: LLM
21
 
 
15
 
16
  model_url: "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/raw/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
17
 
18
+
19
  class LLMComponent:
20
  llm: LLM
21