Update rag_hf.py
Browse files
rag_hf.py
CHANGED
@@ -24,7 +24,7 @@ st.set_page_config(
|
|
24 |
|
25 |
# === CONFIGURATION ===
|
26 |
#load_dotenv()
|
27 |
-
ENDPOINT_URL = "https://api-inference.huggingface.co/models/
|
28 |
#ENDPOINT_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
|
29 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|
30 |
if not HF_API_TOKEN:
|
|
|
24 |
|
25 |
# === CONFIGURATION ===
|
26 |
#load_dotenv()
|
27 |
+
ENDPOINT_URL = "https://api-inference.huggingface.co/models/NousResearch/Nous-Hermes-2-Mistral-7B-DPO"
|
28 |
#ENDPOINT_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
|
29 |
HF_API_TOKEN = os.getenv("HF_API_TOKEN")
|
30 |
if not HF_API_TOKEN:
|