2.home-manager/tests/modules/programs/aiac/aiac.toml
2025-09-24 16:11:30 -05:00

10 lines
198 B
TOML

default_backend = "official_openai"
[backends.localhost]
type = "ollama"
url = "http://localhost:11434/api"
[backends.official_openai]
api_key = "API KEY"
default_model = "gpt-4o"
type = "openai"