fix: Update host ip

This commit is contained in:
2026-04-07 02:41:29 -05:00
parent b02b102b95
commit eb0f03ab7e

View File

@@ -10,7 +10,7 @@ class AgentClient:
logger.info(f"Sending message to agent: {message}")
response = await self._client.post(
"http://192.168.58.109:8010/chat",
"http://localhost:8010/chat",
json={"messages": message},
timeout=60
)