Skip to content

Commit 276ff1d

Browse files
committed
Deleted import ai_personas from examples ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent d783c3f commit 276ff1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ai-personas/docs/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ print(filled_prompt)
114114
#### Combine prompts:
115115

116116
```py
117-
import ai_personas
118-
119117
mega_prompt = f'''
120118
When I start w/ sh: follow prompt A. When I start w/ dax: follow prompt B.
121119
@@ -149,7 +147,6 @@ messages = [
149147
#### Use persona w/ an LLM:
150148

151149
```py
152-
import ai_personas
153150
from openai import OpenAI
154151

155152
client = OpenAI()

0 commit comments

Comments
 (0)