Spaces:
Sleeping
Sleeping
Update finance_agent.py
Browse files- finance_agent.py +1 -1
finance_agent.py
CHANGED
|
@@ -17,7 +17,7 @@ class FinanceAgent:
|
|
| 17 |
def __init__(self):
|
| 18 |
self.agent = Agent(
|
| 19 |
name="Finance AI Agent",
|
| 20 |
-
model=Groq(id="
|
| 21 |
tools=[
|
| 22 |
YFinanceTools(
|
| 23 |
stock_price=True,
|
|
|
|
| 17 |
def __init__(self):
|
| 18 |
self.agent = Agent(
|
| 19 |
name="Finance AI Agent",
|
| 20 |
+
model=Groq(id="qwen-qwq-32b"),
|
| 21 |
tools=[
|
| 22 |
YFinanceTools(
|
| 23 |
stock_price=True,
|