Automatically update the list of Ollama models
This commit is contained in:
parent
7900661c82
commit
1b7fb23a2e
2 changed files with 9 additions and 5 deletions
|
|
@ -53,3 +53,5 @@ fi
|
|||
pod_id=$("${PODMAN[@]}" run --detach --rm "${MOUNTS[@]}" "${NETWORK[@]}" ollama:latest)
|
||||
"${PODMAN[@]}" exec --interactive --tty "${pod_id}" ollama "$@"
|
||||
"${PODMAN[@]}" kill "${pod_id}" > /dev/null
|
||||
|
||||
emacsclient --eval "(generate-ollama-declaration)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue