Skip to content

Commit 64826e4

Browse files
authored
Add grok3 (#2)
1 parent 2d19396 commit 64826e4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.venv/
2+
venv/
3+
.DS_Store
4+
*.env
5+
__pycache__/

blocks/public/grok-3.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Grok 3
2+
version: 1.0.0
3+
schema: v1
4+
5+
models:
6+
- name: Grok 3
7+
provider: xAI
8+
model: grok-3-latest
9+
contextLength: 131072
10+
apiKey: ${{ inputs.XAI_API_KEY }}
11+
roles:
12+
- chat
13+
- edit
14+
- apply

0 commit comments

Comments
 (0)