Compare commits
2 Commits
a76e5071f5
...
a3338ac651
Author | SHA1 | Date | |
---|---|---|---|
a3338ac651 | |||
6b59c81f0e |
@ -2,6 +2,15 @@ name: Local Assistant
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
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
|
||||
provider: ollama
|
||||
model: qwen2.5-coder:7b
|
||||
@ -11,13 +20,20 @@ models:
|
||||
- chat
|
||||
- edit
|
||||
- apply
|
||||
- name: qwen2.5-coder:1.5b
|
||||
- name: starcoder:1b
|
||||
provider: ollama
|
||||
model: qwen2.5-coder:1.5b
|
||||
model: starcoder:1b
|
||||
apiBase: {{ .ollamaUrl }}
|
||||
apiKey: {{ .ollamaKey }}
|
||||
roles:
|
||||
- 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
|
||||
provider: ollama
|
||||
model: mxbai-embed-large
|
||||
@ -35,6 +51,11 @@ models:
|
||||
model: incept5/llama3.1-claude
|
||||
apiBase: {{ .ollamaUrl }}/
|
||||
apiKey: {{ .ollamaKey }}
|
||||
- name: starcoder2:7b
|
||||
provider: ollama
|
||||
model: starcoder2:7b
|
||||
apiBase: {{ .ollamaUrl }}
|
||||
apiKey: {{ .ollamaKey }}
|
||||
# - name: deepseek-coder
|
||||
# provider: ollama
|
||||
# model: deepseek-coder
|
||||
|
@ -155,6 +155,8 @@ bindkey '^P' my_paste_from_clipboard # 例如 Ctrl+P
|
||||
# SSH 自動補齊
|
||||
zinit light sunlei/zsh-ssh
|
||||
|
||||
# Ollama 自動補齊
|
||||
zinit snippet https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58/raw/5a6a44efc6a07b6f937dbc596d9d7385b297dda8/_ollama.zsh
|
||||
|
||||
# overwrite ls
|
||||
if command -v colorls &> /dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user