(ns external-project.core
(:require [ollama-cli.config :as config]))
;; Overriding default (local) configuration
(config/set-config! {:host "http://new-host.com"
:port "8080"})
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |