Skip to content

Commit 13080b1

Browse files
committed
Add example
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 45ce8d6 commit 13080b1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

examples/chatgpt.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env docker agent run
2+
3+
# This example uses a ChatGPT Plus/Pro subscription via OAuth login.
4+
# Run `docker agent login chatgpt` first to authenticate.
5+
6+
agents:
7+
root:
8+
description: A helpful assistant powered by ChatGPT o3
9+
instruction: You are a helpful assistant. Answer questions clearly and concisely.
10+
model: chatgpt/o3

0 commit comments

Comments
 (0)