jackailocal / config /jackailocal.linux.toml
jackboy70's picture
Deploy: accurate lite-builder note
f25362a
Raw
History Blame Contribute Delete
438 Bytes
product = "JackAILocal"
bind = "127.0.0.1:4891"
default_profile = "auto"
local_only = true
allow_remote_network = false
phone_access_available = true
[paths]
models_ollama = "models/ollama"
models_gguf = "models/gguf"
cache = ".jackailocal/cache"
logs = ".jackailocal/logs"
[backends.ollama]
enabled = true
# url = "http://127.0.0.1:11434"
priority = 10
[backends.llamacpp]
enabled = true
# url = "http://127.0.0.1:8080"
priority = 20