Skip to content

Commit 27def31

Browse files
committed
Added example log to final example ↞ [auto-sync from https://github.com/KudoAI/ai-personas/tree/main/python]
1 parent e956b92 commit 27def31

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

ai-personas/docs/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ response = client.chat.completions.create(
175175
)
176176

177177
print(response.choices[0].message.content)
178+
179+
# e.g. =>
180+
# total 48
181+
# drwxr-xr-x 8 user user 4096 Mar 4 12:10 .
182+
# drwxr-xr-x 20 user user 4096 Mar 4 11:58 ..
183+
# -rw-r--r-- 1 user user 220 Mar 4 11:58 .bash_logout
184+
# -rw-r--r-- 1 user user 3771 Mar 4 11:58 .bashrc
185+
# drwxr-xr-x 2 user user 4096 Mar 4 12:05 Desktop
186+
# drwxr-xr-x 2 user user 4096 Mar 4 12:05 Documents
187+
# drwxr-xr-x 2 user user 4096 Mar 4 12:05 Downloads
188+
# -rw-r--r-- 1 user user 807 Mar 4 11:58 .profile
189+
...
178190
```
179191

180192
## License

0 commit comments

Comments
 (0)