diff --git a/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-14.md b/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-14.md index 4d49b71fdd5..4296c9d64bd 100644 --- a/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-14.md +++ b/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-14.md @@ -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? diff --git a/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-24.md b/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-24.md index 62997cad525..f76bc0cf9a7 100644 --- a/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-24.md +++ b/docs/community/Discord/the_arena/memes-and-marketing/chat_2024-11-24.md @@ -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 diff --git a/docs/community/Notes/lore.md b/docs/community/Notes/lore.md index dd9065167bd..a3d61667ff0 100644 --- a/docs/community/Notes/lore.md +++ b/docs/community/Notes/lore.md @@ -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 diff --git a/docs/community/ai-dev-school/nader_tutorial_10min.md b/docs/community/ai-dev-school/nader_tutorial_10min.md index 7784bc8a2ef..cb17552d129 100644 --- a/docs/community/ai-dev-school/nader_tutorial_10min.md +++ b/docs/community/ai-dev-school/nader_tutorial_10min.md @@ -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 @@ -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 ``` diff --git a/docs/community/ai-dev-school/nader_tutorial_15min.md b/docs/community/ai-dev-school/nader_tutorial_15min.md index 7263608c435..28caac3108d 100644 --- a/docs/community/ai-dev-school/nader_tutorial_15min.md +++ b/docs/community/ai-dev-school/nader_tutorial_15min.md @@ -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 ``` @@ -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) diff --git a/scripts/jsdoc-automation/README.md b/scripts/jsdoc-automation/README.md index 9d9e141162c..47a0d284bd9 100644 --- a/scripts/jsdoc-automation/README.md +++ b/scripts/jsdoc-automation/README.md @@ -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 @@ -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"