api模型检测
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.

26 lines
592 B

  1. default_provider: openai
  2. providers:
  3. openai:
  4. protocol: openai
  5. base_url: "https://relay.example.com/v1"
  6. api_token: "${OPENAI_RELAY_TOKEN}"
  7. default_model: "gpt-4o-mini"
  8. stream: false
  9. anthropic:
  10. protocol: anthropic
  11. base_url: "https://relay.example.com"
  12. api_token: "${ANTHROPIC_RELAY_TOKEN}"
  13. default_model: "claude-3-5-sonnet-latest"
  14. stream: true
  15. benchmarks:
  16. data_dir: "data/benchmarks"
  17. aime2026:
  18. source: "huggingface:MathArena/aime_2026"
  19. split: "train"
  20. gpqa_diamond:
  21. source: "huggingface:Idavidrein/gpqa"
  22. split: "gpqa_diamond"