mitulagr2 commited on
Commit
c77fb25
·
1 Parent(s): b5f36b8
Files changed (1) hide show
  1. 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
- # model_url=self.model_url,
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,