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 6e5264c commit 3191a54Copy full SHA for 3191a54
.github/workflows/main.yaml
@@ -1,6 +1,6 @@
1
name: Publish Continue Assistant/Block(s)
2
3
-on:
+on: # yamllint disable-line rule:truthy
4
push:
5
branches:
6
- main
blocks/public/grok-2.1.yaml renamed to blocks/public/grok-2.yaml
@@ -1,12 +1,14 @@
-name: grok 2.1
-version: 0.0.1
+name: Grok 2
+version: 1.0.0
schema: v1
models:
- - name: grok 2.1
+ - name: Grok 2
7
provider: xAI
8
- model: grok-beta
+ model: grok-2-latest
9
contextLength: 128000,
10
apiKey: ${{ inputs.XAI_API_KEY }}
11
roles:
12
- - chat
+ - chat
13
+ - edit
14
+ - apply
0 commit comments