Skip to content

Commit 5bd7a57

Browse files
committed
Update eval_aime_benchmark.py
1 parent 58c0d96 commit 5bd7a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eval_aime_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger = logging.getLogger(__name__)
1616

1717
# Initialize OpenAI client
18-
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://ot7nh9nqf4l7b43s.us-east-1.aws.endpoints.huggingface.cloud/v1/")
18+
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://openrouter.ai/api/v1")
1919

2020
SYSTEM_PROMPT = '''You are solving AIME (American Invitational Mathematics Examination) problems.
2121

0 commit comments

Comments
 (0)