| 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 | |