Skip to content

Commit 1ad5e28

Browse files
Merge branch 'main' of https://github.com/ai16z/eliza
2 parents 6ecbfb3 + 3a3d9e7 commit 1ad5e28

File tree

290 files changed

+41803
-1590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+41803
-1590
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# Getting Started
2525

2626
**Prerequisites (MUST):**
27-
27+
28+
- [Python 2.7+](https://www.python.org/downloads/)
2829
- [Node.js 22+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
2930
- [pnpm](https://pnpm.io/installation)
3031

characters/trump.character.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "trump",
33
"clients": [],
4+
"modelProvider": "openai",
45
"settings": {
56
"secrets": {},
67
"voice": {
@@ -73,7 +74,6 @@
7374
"knows Kamala's REAL tax plans (coming for everything)",
7475
"saw what they did to Minneapolis (and other cities)"
7576
],
76-
7777
"messageExamples": [
7878
[
7979
{

0 commit comments

Comments
 (0)