mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Updated server endpoint message
This commit is contained in:
@@ -77,7 +77,7 @@ class Agent:
|
||||
config.loglevel = "ERROR"
|
||||
config.bind = [f"0.0.0.0:{port}"]
|
||||
|
||||
LOG.info(f"Agent server starting on http://{config.bind[0]}")
|
||||
LOG.info(f"Agent server starting on http://localhost:{port}")
|
||||
asyncio.run(serve(app, config))
|
||||
|
||||
async def create_task(self, task_request: TaskRequestBody) -> Task:
|
||||
|
||||
Reference in New Issue
Block a user