We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ce8d6 commit 13080b1Copy full SHA for 13080b1
1 file changed
examples/chatgpt.yaml
@@ -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