Spaces:
Runtime error
Runtime error
minor fix
Browse files- app/rag.py +1 -1
app/rag.py
CHANGED
@@ -64,7 +64,7 @@ class ChatPDF:
|
|
64 |
self.embed_model = FastEmbedEmbedding(model_name="BAAI/bge-small-en")
|
65 |
|
66 |
llm = LlamaCPP(
|
67 |
-
|
68 |
temperature=0.1,
|
69 |
max_new_tokens=256,
|
70 |
context_window=3900,
|
|
|
64 |
self.embed_model = FastEmbedEmbedding(model_name="BAAI/bge-small-en")
|
65 |
|
66 |
llm = LlamaCPP(
|
67 |
+
model_url=self.model_url,
|
68 |
temperature=0.1,
|
69 |
max_new_tokens=256,
|
70 |
context_window=3900,
|