chore(ai): update example config for remote ollama host
This commit is contained in:
parent
ba2a0da0af
commit
e55a172b3e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ archive_dir="${HOME}/Notes/Archive"
|
||||||
scripts_dir="${HOME}/Projects/scripts"
|
scripts_dir="${HOME}/Projects/scripts"
|
||||||
editor="vim"
|
editor="vim"
|
||||||
|
|
||||||
ollama_remote_host="192.168.0.1234"
|
ollama_remote_host="http://remote-ollama-server" # or IP
|
||||||
coder="coder:latest"
|
coder="coder:latest"
|
||||||
coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder-lite"
|
coder_modelfile="${HOME}/Projects/llm-prompts/Modelfile-coder-lite"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue