We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d19396 commit 64826e4Copy full SHA for 64826e4
.gitignore
@@ -0,0 +1,5 @@
1
+.venv/
2
+venv/
3
+.DS_Store
4
+*.env
5
+__pycache__/
blocks/public/grok-3.yaml
@@ -0,0 +1,14 @@
+name: Grok 3
+version: 1.0.0
+schema: v1
+
+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