Skip to content

Update eliza.md #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/tutorial/eliza.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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.
<img width="1274" alt="image" src="https://github.com/user-attachments/assets/48474b35-1d40-4334-8ed0-c97f373c2b0b" />


### 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).



Expand Down