Prof-Hunter commited on
Commit
19c5fbf
·
verified ·
1 Parent(s): d75eaf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,9 +14,9 @@ from langchain_community.vectorstores import FAISS
14
  # 0. Config
15
  # =====================================================
16
 
17
- HF_TOKEN = os.environ.get("HF_TOKEN")
18
 
19
- MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.2" # Much better for RAG
20
 
21
 
22
  # =====================================================
 
14
  # 0. Config
15
  # =====================================================
16
 
17
+ HF_TOKEN = os.environ.get("HF_API_KEY")
18
 
19
+ MODEL_NAME = "google/gemma-2b-it" # Much better for RAG
20
 
21
 
22
  # =====================================================