Skip to content

Commit 5f4d74e

Browse files
committedMar 9, 2025·
Merge branch 'main' of https://github.com/matmulai/manadiai
2 parents 12a9daa + eaba26b commit 5f4d74e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# 🚀 manadiai: take your genai data with you
1+
# 🚀 manadi: take your genai data with you
22

33
**Capture, organize, and fine-tune from your GenAI interactions effortlessly.**
44

55
---
66

77
## 📚 Overview
88

9-
**manadiair** automatically captures and preserves your interactions with Generative AI models—including your prompts, AI responses, and feedback—in structured formats suitable for fine-tuning your own personalized GenAI models.
9+
**manadi** automatically captures and preserves your interactions with Generative AI models—including your prompts, AI responses, and feedback—in structured formats suitable for fine-tuning your own personalized GenAI models.
1010

1111
---
1212

@@ -25,7 +25,7 @@
2525
- **Optional Feedback:** Add corrections or feedback directly after each generation.
2626
- **Automatic Structuring:** Captures are structured in JSONL format, ensuring compatibility with standard fine-tuning tools.
2727

28-
Example structured data entry:
28+
Example of structured data entry:
2929
```json
3030
{
3131
"prompt": "What is consistent hashing?",
@@ -48,7 +48,7 @@ Example structured data entry:
4848

4949
Clone the repository:
5050
```bash
51-
git clone https://github.com/matmulai/manadiai.git
51+
git clone https://github.com/matmulai/manadi.git
5252
cd manadiai
5353
```
5454

0 commit comments

Comments
 (0)
Please sign in to comment.