diff --git a/docs/tutorial/eliza.md b/docs/tutorial/eliza.md index 00e02198..0707f679 100644 --- a/docs/tutorial/eliza.md +++ b/docs/tutorial/eliza.md @@ -12,7 +12,7 @@ This guide demonstrates how to create an agent with Trump-like characteristics u #### Set up the environment -> Note: Ensure your Node.js version is above 0.23.0 before proceeding. +> Note: Ensure your Node.js version is above 23.3.0 before proceeding. Firstly, clone the Eliza repository: @@ -91,13 +91,13 @@ After the service runs successfully, we can launch the client UI to interact wit pnpm start:client ``` -Finally, open `http://localhost:5174/` on your browser to start chatting with the agent. +Finally, open `http://localhost:5173/` on your browser to start chatting with the agent. image ### Advanced use case -For more inspiration, refer to[Nader Fabit's example on building a Twitter AI bot](https://x.com/dabit3/status/1863772029565981144). +For more inspiration, refer to [Nader Dabit's example on building a Twitter AI bot](https://x.com/dabit3/status/1863772029565981144).