Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from langchain_huggingface import HuggingFaceEndpoint, ChatHuggingFace, HuggingF
|
|
| 11 |
from langchain_core.messages import HumanMessage
|
| 12 |
|
| 13 |
|
| 14 |
-
HF_API=os.getenv('HUGGINGFACEHUB_API_TOKEN'))
|
| 15 |
|
| 16 |
|
| 17 |
# (Keep Constants as is)
|
|
|
|
| 11 |
from langchain_core.messages import HumanMessage
|
| 12 |
|
| 13 |
|
| 14 |
+
#HF_API=os.getenv('HUGGINGFACEHUB_API_TOKEN'))
|
| 15 |
|
| 16 |
|
| 17 |
# (Keep Constants as is)
|