Compare commits
No commits in common. "a3338ac65160a0b14f5c4b8916198afed957e933" and "a76e5071f52e249d9e0557a8c723295f365d5d14" have entirely different histories.
a3338ac651
...
a76e5071f5
@ -2,15 +2,6 @@ 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
|
||||||
@ -20,20 +11,13 @@ models:
|
|||||||
- chat
|
- chat
|
||||||
- edit
|
- edit
|
||||||
- apply
|
- apply
|
||||||
- name: starcoder:1b
|
- name: qwen2.5-coder:1.5b
|
||||||
provider: ollama
|
provider: ollama
|
||||||
model: starcoder:1b
|
model: qwen2.5-coder:1.5b
|
||||||
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
|
||||||
@ -51,11 +35,6 @@ 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,8 +155,6 @@ 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