vscode continue: ai 微調使用模型
This commit is contained in:
parent
a76e5071f5
commit
6b59c81f0e
@ -2,6 +2,15 @@ name: Local Assistant
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
schema: v1
|
schema: v1
|
||||||
models:
|
models:
|
||||||
|
- name: qwen2.5-coder:14b
|
||||||
|
provider: ollama
|
||||||
|
model: qwen2.5-coder:14b
|
||||||
|
apiBase: {{ .ollamaUrl }}
|
||||||
|
apiKey: {{ .ollamaKey }}
|
||||||
|
roles:
|
||||||
|
- chat
|
||||||
|
- edit
|
||||||
|
- apply
|
||||||
- name: qwen2.5-coder:7b
|
- name: qwen2.5-coder:7b
|
||||||
provider: ollama
|
provider: ollama
|
||||||
model: qwen2.5-coder:7b
|
model: qwen2.5-coder:7b
|
||||||
@ -11,13 +20,20 @@ models:
|
|||||||
- chat
|
- chat
|
||||||
- edit
|
- edit
|
||||||
- apply
|
- apply
|
||||||
- name: qwen2.5-coder:1.5b
|
- name: starcoder:1b
|
||||||
provider: ollama
|
provider: ollama
|
||||||
model: qwen2.5-coder:1.5b
|
model: starcoder:1b
|
||||||
apiBase: {{ .ollamaUrl }}
|
apiBase: {{ .ollamaUrl }}
|
||||||
apiKey: {{ .ollamaKey }}
|
apiKey: {{ .ollamaKey }}
|
||||||
roles:
|
roles:
|
||||||
- autocomplete
|
- autocomplete
|
||||||
|
# - name: qwen2.5-coder:1.5b
|
||||||
|
# provider: ollama
|
||||||
|
# model: qwen2.5-coder:1.5b
|
||||||
|
# apiBase: {{ .ollamaUrl }}
|
||||||
|
# apiKey: {{ .ollamaKey }}
|
||||||
|
# roles:
|
||||||
|
# - autocomplete
|
||||||
- name: mxbai-embed-large
|
- name: mxbai-embed-large
|
||||||
provider: ollama
|
provider: ollama
|
||||||
model: mxbai-embed-large
|
model: mxbai-embed-large
|
||||||
@ -35,6 +51,11 @@ models:
|
|||||||
model: incept5/llama3.1-claude
|
model: incept5/llama3.1-claude
|
||||||
apiBase: {{ .ollamaUrl }}/
|
apiBase: {{ .ollamaUrl }}/
|
||||||
apiKey: {{ .ollamaKey }}
|
apiKey: {{ .ollamaKey }}
|
||||||
|
- name: starcoder2:7b
|
||||||
|
provider: ollama
|
||||||
|
model: starcoder2:7b
|
||||||
|
apiBase: {{ .ollamaUrl }}
|
||||||
|
apiKey: {{ .ollamaKey }}
|
||||||
# - name: deepseek-coder
|
# - name: deepseek-coder
|
||||||
# provider: ollama
|
# provider: ollama
|
||||||
# model: deepseek-coder
|
# model: deepseek-coder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user