Spaces:
Sleeping
Sleeping
Update chatbot_logic.py
Browse files- chatbot_logic.py +1 -1
chatbot_logic.py
CHANGED
@@ -9,7 +9,7 @@ import os
|
|
9 |
|
10 |
# === Load secret token from environment ===
|
11 |
load_dotenv()
|
12 |
-
hf_token = os.getenv("
|
13 |
|
14 |
# === Load vectorstore with meal plan embeddings ===
|
15 |
db = load_vectorstore()
|
|
|
9 |
|
10 |
# === Load secret token from environment ===
|
11 |
load_dotenv()
|
12 |
+
hf_token = os.getenv("HF_EAT2FIT_API_TOKEN")
|
13 |
|
14 |
# === Load vectorstore with meal plan embeddings ===
|
15 |
db = load_vectorstore()
|