Skip to content

Commit b0dc068

Browse files
authored
Create mercury-coder
1 parent 43efa0a commit b0dc068

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

blocks/public/mercury-coder

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Mercury Coder
2+
version: 1.0.0
3+
schema: v1
4+
5+
models:
6+
- name: Mercury Coder
7+
provider: inception
8+
model: mercury-coder
9+
apiKey: ${{ inputs.INCEPTION_API_KEY }}
10+
roles:
11+
- chat
12+
- autocomplete
13+
- edit
14+
defaultCompletionOptions:
15+
temperature: 0.0
16+
stop: ["<|endoftext|>", "<|/code_to_edit|>"]

0 commit comments

Comments
 (0)