From 5d3ce4e86e14fe49ad08783dd3a7bc3a43f9807e Mon Sep 17 00:00:00 2001 From: innkeep Date: Fri, 3 Jan 2025 01:33:42 -0500 Subject: [PATCH 1/2] Update eliza.md Typo errors Node version 0.23.0 to 23.3.0 Nader Fabit to Nader Dabit --- docs/tutorial/eliza.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/eliza.md b/docs/tutorial/eliza.md index 00e02198..a9dab493 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: @@ -97,7 +97,7 @@ Finally, open `http://localhost:5174/` on your browser to start chatting with th ### 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). From ad686e5d298871c017f3c5cccc5c9eda26e6c4f5 Mon Sep 17 00:00:00 2001 From: innkeep Date: Fri, 3 Jan 2025 01:53:50 -0500 Subject: [PATCH 2/2] Update eliza.md It will be on port 5173 unless it's already in use, then would be 5174. --- docs/tutorial/eliza.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/eliza.md b/docs/tutorial/eliza.md index a9dab493..0707f679 100644 --- a/docs/tutorial/eliza.md +++ b/docs/tutorial/eliza.md @@ -91,7 +91,7 @@ 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