mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
11 lines
198 B
TOML
11 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"
|