Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ async def run_trader():
|
|
| 232 |
instructions=trader_instructions,
|
| 233 |
tools=[crypto_news_tool, ta_tool],
|
| 234 |
mcp_servers=hyper_servers, # trading actions live here
|
| 235 |
-
model=deepseek_reasoner_model,
|
| 236 |
)
|
| 237 |
|
| 238 |
async def _run():
|
|
|
|
| 232 |
instructions=trader_instructions,
|
| 233 |
tools=[crypto_news_tool, ta_tool],
|
| 234 |
mcp_servers=hyper_servers, # trading actions live here
|
| 235 |
+
model=deepseek_chat_model #deepseek_reasoner_model,
|
| 236 |
)
|
| 237 |
|
| 238 |
async def _run():
|