# ~/.config/commitbot.toml
[]
= "openai"
= "gpt-5-nano"
# Optional: OpenAI-style API key (falls back to env OPENAI_API_KEY)
= "your api key here"
# Optional: provider base URL (e.g. http://localhost:11434 for Ollama)
= "https://api.openai.com"
# 1 = fully serial, >1 = parallel API calls
= 4
[]
= "openai"
= false
= "gpt-4o-mini"
= "alternative for spend identification"
= 8
[]
# Enterprise / self-hosted style config
= "https://enterprise.api.endpoint"
= "enterprise-model-v1"
= "enterprise api key here"
= 2