Skip to content
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

chore(docs): rename ai16z/eliza to elizaOS/eliza #1679

Merged
merged 7 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# memes-and-marketing 2024-11-14

## Summary
In the provided chat excerpt, participants engaged in discussions related to marketing memes with a focus on creating an animated version of Eliza from GitHub repository 'https://github.com/ai16z/eliza'. The team considered updating LinkedIn profiles and discussed the potential for a new preview card featuring Eliza. A humorous exchange about driving backwards led to laughter, while DorianD reminded everyone to update their professional online presence. Jin proposed an official position of Director of Memetic Warfare with Trump memes, which was met with amusement. The community celebrated the quality of work on 'bord.eth' and shared a link featuring Eliza in a meme format from Tenor. Knockerton welcomed everyone to continue building together, marking a milestone for the group's collaborative spirit.
In the provided chat excerpt, participants engaged in discussions related to marketing memes with a focus on creating an animated version of Eliza from GitHub repository 'https://github.com/elizaOS/eliza'. The team considered updating LinkedIn profiles and discussed the potential for a new preview card featuring Eliza. A humorous exchange about driving backwards led to laughter, while DorianD reminded everyone to update their professional online presence. Jin proposed an official position of Director of Memetic Warfare with Trump memes, which was met with amusement. The community celebrated the quality of work on 'bord.eth' and shared a link featuring Eliza in a meme format from Tenor. Knockerton welcomed everyone to continue building together, marking a milestone for the group's collaborative spirit.

## FAQ
- When did astrid animate the meme from the repository?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
- Are you available to share your screen for the presentation preparation?
- YoungPhlo: Yes, after some initial confusion about repository locations and tools (GitHub Desktop vs CLI), agreed to use GitHub Desktop as it's better suited for beginners.
- What should be used when creating a pull request on GitHub?
- YoungPhlo: Suggested using the "Create draft pull request" option, referencing an existing PR (`ai16z/eliza/pull/580`) as an example.
- YoungPhlo: Suggested using the "Create draft pull request" option, referencing an existing PR (`elizaOS/eliza/pull/580`) as an example.

## Who Helped Who
- YoungPhlo helped Jin with setting up a repository for presentation documents by suggesting to fork from GitHub.com or use gh-cli, ultimately agreeing on using GitHub Desktop as it's better for beginners.
- YoungPhlo assisted Jin in deciding between "Create pull request" and "Create draft pull request" options when preparing documentation updates, settling on the former with a specific reference to `ai16z/eliza/pull/580`.
- YoungPhlo assisted Jin in deciding between "Create pull request" and "Create draft pull request" options when preparing documentation updates, settling on the former with a specific reference to `elizaOS/eliza/pull/580`.

## Action Items
- Technical Tasks
Expand Down
2 changes: 1 addition & 1 deletion docs/community/Notes/lore.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ What's the difference between degenai and ai16z?

4. Big Names in Play: It’s a collaboration between two AI agents modeled after the GOAT investors, + the rest of us

5. Same Framework: Both projects use the same tech framework https://github.com/ai16z/eliza
5. Same Framework: Both projects use the same tech framework https://github.com/elizaOS/eliza

Sorta betting on an individual AI (degenspartan) vs a fund (ai16z). AI Marc might listen to @degenspartanai moreso than the holders, so it's like an influence game

Expand Down
4 changes: 2 additions & 2 deletions docs/community/ai-dev-school/nader_tutorial_10min.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 2

# Creating an AI Agent with Your Own Personality

In this tutorial, we'll explore how to create an AI agent that embodies your own personality using data from your Twitter archive, videos, markdown files, and PDFs. We'll leverage the [Characterfile](https://github.com/ai16z/characterfile) repo and [Eliza framework](https://github.com/ai16z/eliza) to generate and integrate the character data.
In this tutorial, we'll explore how to create an AI agent that embodies your own personality using data from your Twitter archive, videos, markdown files, and PDFs. We'll leverage the [Characterfile](https://github.com/ai16z/characterfile) repo and [Eliza framework](https://github.com/elizaOS/eliza) to generate and integrate the character data.

Video: https://youtu.be/uouSdtcWXTQ?si=cm13L4T7DQUMXd0C

Expand Down Expand Up @@ -50,7 +50,7 @@ Video: https://youtu.be/uouSdtcWXTQ?si=cm13L4T7DQUMXd0C

1. Clone Eliza repo and check out latest version:
```bash
git clone https://github.com/ai16z/eliza.git
git clone https://github.com/elizaOS/eliza.git
git checkout <latest-tag>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/community/ai-dev-school/nader_tutorial_15min.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Video: https://youtu.be/6PZVwNTl5hI?si=0zB3OvYU4KiRQTxI
1. Clone the Eliza repo and check out the latest version:

```bash
git clone https://github.com/ai16z/eliza.git
git clone https://github.com/elizaOS/eliza.git
cd eliza
git checkout <latest-tag>
```
Expand Down Expand Up @@ -99,6 +99,6 @@ Video: https://youtu.be/6PZVwNTl5hI?si=0zB3OvYU4KiRQTxI
- [Code Repo](https://github.com/dabit3/ai-agent-cognitivedriftt)
- [Eliza Docs](https://ai16z.github.io/eliza/)
- [Example Character File](https://github.com/ai16z/characterfile/blob/main/examples/example.character.json)
- [Default Character](https://github.com/ai16z/eliza/blob/8f4e2643dcb1a5aafb25267e80d22e7e12fd044a/packages/core/src/defaultCharacter.ts#L4)
- [Default Character](https://github.com/elizaOS/eliza/blob/8f4e2643dcb1a5aafb25267e80d22e7e12fd044a/packages/core/src/defaultCharacter.ts#L4)
- [Environment Variables](https://gist.github.com/dabit3/7602e97f3abe0a93bdd84dc250f23021)

4 changes: 2 additions & 2 deletions scripts/jsdoc-automation/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Codebase Documentation
- https://github.com/ai16z/eliza/issues/1110
- https://github.com/elizaOS/eliza/issues/1110

## Set up
- Set GH_PAT & OPENAI_API_KEY in github actions as env variables
Expand Down Expand Up @@ -38,7 +38,7 @@ The `src/Configuration.ts` handles configuration loading from environment variab

#### Default Values

- **Repository**: ai16z/eliza
- **Repository**: elizaOS/eliza
- **Branch**: develop
- **Commit Message**: "Generated JSDoc comments"
- **PR Title**: "JSDoc Generation"
Expand Down
Loading