fix: Update host ip
This commit is contained in:
@@ -10,7 +10,7 @@ class AgentClient:
|
|||||||
logger.info(f"Sending message to agent: {message}")
|
logger.info(f"Sending message to agent: {message}")
|
||||||
|
|
||||||
response = await self._client.post(
|
response = await self._client.post(
|
||||||
"http://192.168.58.109:8010/chat",
|
"http://localhost:8010/chat",
|
||||||
json={"messages": message},
|
json={"messages": message},
|
||||||
timeout=60
|
timeout=60
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user