Spaces:
Configuration error
Configuration error
Commit
·
d13c983
1
Parent(s):
8233fc5
Debug
Browse files- react_agent.py +1 -0
react_agent.py
CHANGED
|
@@ -9,6 +9,7 @@ from custom_tools import custom_tools
|
|
| 9 |
|
| 10 |
class ReActAgent:
|
| 11 |
def __init__(self, provider: str="Google", model: str="gemini-2.5-flash"):
|
|
|
|
| 12 |
load_dotenv()
|
| 13 |
|
| 14 |
if provider=="Google":
|
|
|
|
| 9 |
|
| 10 |
class ReActAgent:
|
| 11 |
def __init__(self, provider: str="Google", model: str="gemini-2.5-flash"):
|
| 12 |
+
print('Initializing ReActAgent...')
|
| 13 |
load_dotenv()
|
| 14 |
|
| 15 |
if provider=="Google":
|