Spaces:
Sleeping
Sleeping
harshitv804
commited on
Commit
•
fde604e
1
Parent(s):
af3ce1d
Rename app1.py to app.py
Browse files- app1.py → app.py +1 -1
app1.py → app.py
RENAMED
@@ -54,7 +54,7 @@ db = FAISS.load_local("faiss_index", embeddings)
|
|
54 |
db_retriever = db.as_retriever(search_type="similarity",search_kwargs={"k": 3})
|
55 |
|
56 |
llm = LlamaCpp(
|
57 |
-
model_path=
|
58 |
temperature=0.75,
|
59 |
max_tokens=2000,
|
60 |
n_ctx = 4000,
|
|
|
54 |
db_retriever = db.as_retriever(search_type="similarity",search_kwargs={"k": 3})
|
55 |
|
56 |
llm = LlamaCpp(
|
57 |
+
model_path="stablelm-zephyr-3b.Q4_K_M.gguf",
|
58 |
temperature=0.75,
|
59 |
max_tokens=2000,
|
60 |
n_ctx = 4000,
|