Skip to content

Instantly share code, notes, and snippets.

@babbages
babbages / config.toml
Last active May 24, 2026 14:59
Codex and LiteLLM configuration file
model = "gpt-5-mini"
model_provider = "litellm"
[model_providers.litellm]
name = "LiteLLM"
base_url = "https://litellm.oit.duke.edu/v1"
key = ""
wire_api = "responses"