Spaces:
Build error
Build error
Commit ·
0752362
1
Parent(s): 0e92e7d
check
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from search_agent import tools
|
|
| 6 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
| 7 |
from search_agent import tools
|
| 8 |
from langchain_core.messages import HumanMessage, AIMessage, SystemMessage
|
| 9 |
-
huggingfacehub_api_token = os.getenv('
|
| 10 |
|
| 11 |
"""
|
| 12 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
|
|
|
| 6 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
| 7 |
from search_agent import tools
|
| 8 |
from langchain_core.messages import HumanMessage, AIMessage, SystemMessage
|
| 9 |
+
huggingfacehub_api_token = os.getenv('hf_api')
|
| 10 |
|
| 11 |
"""
|
| 12 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|