Compare commits
2 Commits
a76e5071f5
...
a3338ac651
Author | SHA1 | Date | |
---|---|---|---|
a3338ac651 | |||
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
|
||||||
|
@ -155,6 +155,8 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P
|
|||||||
# SSH 自動補齊
|
# SSH 自動補齊
|
||||||
zinit light sunlei/zsh-ssh
|
zinit light sunlei/zsh-ssh
|
||||||
|
|
||||||
|
# Ollama 自動補齊
|
||||||
|
zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh
|
||||||
|
|
||||||
# overwrite ls
|
# overwrite ls
|
||||||
if command -v colorls &> /dev/null; then
|
if command -v colorls &> /dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user