Skip to content

Commit 419abce

Browse files
committed
Added section separators ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent 63f1585 commit 419abce

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ai-personas/docs/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@
1717
1818
It's just a [JSON file](https://cdn.jsdelivr.net/gh/KudoAI/ai-personas@python-v1.1.0/data/ai-personas.json), so you can use it in any environment.
1919

20+
<hr>
21+
2022
## ⚡ Installation
2123

2224
```bash
2325
pip install ai-personas
2426
```
2527

28+
<hr>
29+
2630
## 🔌 Usage
2731

2832
```py
@@ -34,6 +38,8 @@ print(ai_personas['Linux Terminal']['prompt'])
3438

3539
_Note: Most type checkers will falsely warn_ `ai_personas` _is not subscriptable because they are incapable of analyzing runtime behavior (where the module is replaced w/ a dictionary for cleaner, direct access). You can safely suppress such warnings using_ `# type: ignore`.
3640

41+
<hr>
42+
3743
## 💻 Examples
3844

3945
#### Find personas by keyword:
@@ -166,6 +172,8 @@ print(response.choices[0].message.content)
166172
# e.g. => UTC time: 15:23:42
167173
```
168174

175+
<hr>
176+
169177
## 🏛️ License
170178

171179
<table>
@@ -181,6 +189,8 @@ print(response.choices[0].message.content)
181189
</tr>
182190
</table>
183191

192+
<hr>
193+
184194
## 📦 Related
185195

186196
🤖 [**ai-personas (Node.js)**](https://github.com/KudoAI/ai-personas/tree/main/node.js/#readme)

0 commit comments

Comments
 (0)