Skip to content

Commit c82eb8b

Browse files
committed
update openai models
1 parent 32c41f8 commit c82eb8b

File tree

7 files changed

+43
-9
lines changed

7 files changed

+43
-9
lines changed

blocks/public/gpt-3.5-turbo.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenAI GPT-3.5 Turbo
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -10,4 +10,7 @@ models:
1010
roles:
1111
- chat
1212
- edit
13-
- apply
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 16385
16+
maxTokens: 4096

blocks/public/gpt-4.5.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: OpenAI GPT-4.5 Preview
2+
version: 1.0.0
3+
schema: v1
4+
5+
models:
6+
- name: OpenAI GPT-4.5 Preview
7+
provider: openai
8+
model: gpt-4.5-preview-2025-02-27
9+
apiKey: ${{ inputs.OPENAI_API_KEY }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 128000
16+
maxTokens: 16384

blocks/public/gpt-4o-mini.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenAI GPT-4o Mini
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -10,4 +10,7 @@ models:
1010
roles:
1111
- chat
1212
- edit
13-
- apply
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 128000
16+
maxTokens: 16384

blocks/public/gpt-4o.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenAI GPT-4o
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -10,4 +10,7 @@ models:
1010
roles:
1111
- chat
1212
- edit
13-
- apply
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 128000
16+
maxTokens: 16384

blocks/public/o1-mini.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: o1-mini
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -9,3 +9,6 @@ models:
99
apiKey: ${{ inputs.OPENAI_API_KEY }}
1010
roles:
1111
- chat
12+
defaultCompletionOptions:
13+
contextLength: 128000
14+
maxTokens: 65536

blocks/public/o1.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: o1
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -9,3 +9,6 @@ models:
99
apiKey: ${{ inputs.OPENAI_API_KEY }}
1010
roles:
1111
- chat
12+
defaultCompletionOptions:
13+
contextLength: 200000
14+
maxTokens: 100000

blocks/public/o3-mini.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: o3-mini
2-
version: 1.0.0
2+
version: 1.0.1
33
schema: v1
44

55
models:
@@ -9,3 +9,6 @@ models:
99
apiKey: ${{ inputs.OPENAI_API_KEY }}
1010
roles:
1111
- chat
12+
defaultCompletionOptions:
13+
contextLength: 200000
14+
maxTokens: 100000

0 commit comments

Comments
 (0)