Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -18,7 +18,7 @@ from langchain_google_genai import ChatGoogleGenerativeAI
|
|
| 18 |
|
| 19 |
#load_dotenv()
|
| 20 |
google_api_key = os.environ["GOOGLE_API_KEY"]
|
| 21 |
-
hf_api_key = os.environ["
|
| 22 |
|
| 23 |
@tool
|
| 24 |
def add(a: int, b: int) -> int:
|
|
|
|
| 18 |
|
| 19 |
#load_dotenv()
|
| 20 |
google_api_key = os.environ["GOOGLE_API_KEY"]
|
| 21 |
+
hf_api_key = os.environ["HF_TOKEN"]
|
| 22 |
|
| 23 |
@tool
|
| 24 |
def add(a: int, b: int) -> int:
|