Skip to content

Commit 0abcd49

Browse files
add message to exaplain how to use it
1 parent fd5bbbd commit 0abcd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ const startAgents = async () => {
752752
}
753753

754754
elizaLogger.log(
755-
"Run `pnpm start:client` to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents"
755+
"Run `pnpm start:client` to start the client and visit the outputted URL (http://localhost:5173) to chat with your agents. When running multiple agents, use client with different port `SERVER_PORT=3001 pnpm start:client`"
756756
);
757757
};
758758

0 commit comments

Comments
 (0)