You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- default_provider: openai
-
- providers:
- openai:
- protocol: openai
- base_url: "https://relay.example.com/v1"
- api_token: "${OPENAI_RELAY_TOKEN}"
- default_model: "gpt-4o-mini"
- stream: false
-
- anthropic:
- protocol: anthropic
- base_url: "https://relay.example.com"
- api_token: "${ANTHROPIC_RELAY_TOKEN}"
- default_model: "claude-3-5-sonnet-latest"
- stream: true
-
- benchmarks:
- data_dir: "data/benchmarks"
- aime2026:
- source: "huggingface:MathArena/aime_2026"
- split: "train"
- gpqa_diamond:
- source: "huggingface:Idavidrein/gpqa"
- split: "gpqa_diamond"
|