10 lines
198 B
TOML
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"
|