Skip to content

Commit 650ee5c

Browse files
committed
Replaced dax w/ win terminal in examples ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent f62023f commit 650ee5c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ai-personas/docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,22 @@ print(filled_prompt)
131131

132132
```py
133133
mega_prompt = f'''
134-
When I start w/ sh: follow prompt A. When I start w/ dax: follow prompt B.
134+
When I start w/ sh: follow prompt A. When I start w/ win: follow prompt B.
135135
136136
Prompt A: {ai_personas['Linux Terminal']['prompt']}
137137
138-
Prompt B: {ai_personas['DAX Terminal']['prompt']}
138+
Prompt B: {ai_personas['Windows Terminal']['prompt']}
139139
'''
140140

141141
print(mega_prompt)
142142

143143
# =>
144144
#
145-
# When I start w/ sh: follow prompt A. When I start w/ dax: follow prompt B.
145+
# When I start w/ sh: follow prompt A. When I start w/ win: follow prompt B.
146146
#
147147
# Prompt A: I want you to act as a linux terminal...
148148
#
149-
# Prompt B: I want you to act as a DAX terminal...
149+
# Prompt B: I want you to act as a Windows Terminal...
150150
```
151151

152152
#

0 commit comments

Comments
 (0)