ThisIs-Developer
commited on
Commit
β’
a3783b9
1
Parent(s):
933bd37
Update model.py
Browse files
model.py
CHANGED
@@ -24,7 +24,7 @@ def main():
|
|
24 |
## Useful Links π
|
25 |
|
26 |
- **Model:** [Llama-2-7B-Chat-GGML](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main) π
|
27 |
-
- **GitHub:** [
|
28 |
''')
|
29 |
|
30 |
DB_FAISS_PATH = "vectorstore/db_faiss"
|
|
|
24 |
## Useful Links π
|
25 |
|
26 |
- **Model:** [Llama-2-7B-Chat-GGML](https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main) π
|
27 |
+
- **GitHub:** [iam-baivab/Llama-2-GGML-CSV-Chatbot](https://github.com/iam-baivab/Llama-2-GGML-CSV-Chatbot) π¬
|
28 |
''')
|
29 |
|
30 |
DB_FAISS_PATH = "vectorstore/db_faiss"
|