# ~/.config/commitbot.toml
#######################################
# Global defaults (used for all repos)
#######################################
[]
# Default model if nothing else is specified
= "gpt-5-nano"
# Optional: OpenAI-style API key (falls back to env OPENAI_API_KEY)
= "your api key here"
# 1 = fully serial, >1 = parallel API calls
= 4
#######################################
# Per-repo overrides
#######################################
[]
= "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