Skip to content

Commit 662074b

Browse files
committed
add gpt oss blocks
1 parent 7bb0d85 commit 662074b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

blocks/public/gpt-oss-120b.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: gpt-oss 120b
3+
version: 1.0.5
4+
schema: v1
5+
models:
6+
- name: gpt-oss 120b
7+
provider: ollama
8+
model: gpt-oss:120b
9+
roles:
10+
- chat
11+
- edit
12+
- apply

blocks/public/gpt-oss-20b.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: gpt-oss 20b
3+
version: 1.0.5
4+
schema: v1
5+
models:
6+
- name: gpt-oss 20b
7+
provider: ollama
8+
model: gpt-oss:20b
9+
roles:
10+
- chat
11+
- edit
12+
- apply

0 commit comments

Comments
 (0)