Skip to content

Commit 3191a54

Browse files
committed
Update grok-2
Signed-off-by: Zhaohan Dong <[email protected]>
1 parent 6e5264c commit 3191a54

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Publish Continue Assistant/Block(s)
22

3-
on:
3+
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
66
- main
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
name: grok 2.1
2-
version: 0.0.1
1+
name: Grok 2
2+
version: 1.0.0
33
schema: v1
44

55
models:
6-
- name: grok 2.1
6+
- name: Grok 2
77
provider: xAI
8-
model: grok-beta
8+
model: grok-2-latest
99
contextLength: 128000,
1010
apiKey: ${{ inputs.XAI_API_KEY }}
1111
roles:
12-
- chat
12+
- chat
13+
- edit
14+
- apply

0 commit comments

Comments
 (0)