Spaces:
Sleeping
Sleeping
Update pages/python.py
Browse files- pages/python.py +1 -1
pages/python.py
CHANGED
|
@@ -5,7 +5,7 @@ from langchain_core.messages import HumanMessage, AIMessage, SystemMessage
|
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
-
hf = os.
|
| 9 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
|
| 10 |
os.environ['HF_TOKEN'] = hf
|
| 11 |
# --- Config ---
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
+
hf = os.getenv('hf')
|
| 9 |
os.environ['HUGGINGFACEHUB_API_TOKEN'] = hf
|
| 10 |
os.environ['HF_TOKEN'] = hf
|
| 11 |
# --- Config ---
|