programs.aiac.settings
Home-Manager option
Configuration settings for aiac. All the available options can be found here: https://github.com/gofireflyio/aiac/?tab=readme-ov-file#configuration.
type: TOML valueDefault
{ }Example
declared in: <home-manager/modules/programs/aiac.nix>source unavailable{ backends = { localhost = { type = "ollama"; url = "http://localhost:11434/api"; }; official_openai = { api_key = "API KEY"; default_model = "gpt-4o"; type = "openai"; }; }; default_backend = "official_openai"; }