Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -13,7 +13,7 @@ from langchain_deepseek import ChatDeepSeek
|
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
-
load_dotenv()
|
| 17 |
DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
|
| 18 |
@tool
|
| 19 |
def multiply(a: int, b: int) -> int:
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
|
| 16 |
+
# load_dotenv()
|
| 17 |
DEEPSEEK_API_KEY = os.getenv("DEEPSEEK_API_KEY")
|
| 18 |
@tool
|
| 19 |
def multiply(a: int, b: int) -> int:
|