mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
23 lines
759 B
Text
23 lines
759 B
Text
# ─── GitNexus SWE-bench Eval — API Keys ───
|
|
# Copy this file to .env and fill in the keys you have.
|
|
# You only need keys for the models you plan to test.
|
|
|
|
# OpenRouter (covers Claude, MiniMax, GLM, and 200+ other models)
|
|
# Get yours at: https://openrouter.ai/keys
|
|
OPENROUTER_API_KEY=
|
|
|
|
# Anthropic (direct — optional if using OpenRouter)
|
|
# Get yours at: https://console.anthropic.com/
|
|
ANTHROPIC_API_KEY=
|
|
|
|
# ZhipuAI / GLM (direct — optional if using OpenRouter)
|
|
# Get yours at: https://open.bigmodel.cn/
|
|
ZHIPUAI_API_KEY=
|
|
|
|
# MiniMax (direct — optional if using OpenRouter)
|
|
MINIMAX_API_KEY=
|
|
|
|
# ─── Optional ───
|
|
|
|
# Cost tracking: set to "ignore_errors" if litellm can't find pricing for a model
|
|
# MSWEA_COST_TRACKING=ignore_errors
|