Spaces:
Sleeping
Sleeping
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 |
-
|
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 |
+
@singleton
|
19 |
class LLMComponent:
|
20 |
llm: LLM
|
21 |
|