Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raeeceip authored Aug 10, 2024
1 parent 73d96b6 commit 046adca
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,17 @@ personal-ai-model/
├── content_manager.go
└── personal_data/
├── journals/


│ ├── 2023-08-10_daily_thoughts.txt
│ └── 2023-08-11_reflections.txt
├── blog_posts/
│ ├── 2023-07-15_ai_ethics.txt
│ └── 2023-08-01_personal_growth.txt
├── social_media/
│ ├── 2023-08-05_twitter_thread.txt
│ └── 2023-08-09_linkedin_post.txt
└── references/
├── 2023-07-20_favorite_book_quotes.txt
└── 2023-08-02_inspiring_articles.txt
## Usage

1. Place your personal text data in the `personal_data/` directory.
Expand Down

0 comments on commit 046adca

Please sign in to comment.