Skip to content

Commit 19fc7ca

Browse files
authored
Merge pull request #1 from continuedev/bdougie-patch-1
add o3-pro.yaml
2 parents 5005630 + 578f147 commit 19fc7ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

blocks/public/o3-pro.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: o3-pro
2+
version: 1.0.1
3+
schema: v1
4+
5+
models:
6+
- name: o3-pro
7+
provider: openai
8+
model: o3-pro
9+
apiKey: ${{ inputs.OPENAI_API_KEY }}
10+
roles:
11+
- chat
12+
defaultCompletionOptions:
13+
contextLength: 200000
14+
maxTokens: 100000
15+
capabilities:
16+
- image_input

0 commit comments

Comments
 (0)