Skip to content

Commit 7f4a174

Browse files
committed
Update eval_aime_benchmark.py
1 parent acb4cb1 commit 7f4a174

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
@@ -21,7 +21,7 @@
2121
# Initialize OpenAI client
2222
# client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://openrouter.ai/api/v1")
2323

24-
client = OpenAI(api_key="optillm", base_url="http://localhost:8888/v1")
24+
client = OpenAI(api_key="optillm", base_url="http://localhost:8000/v1")
2525

2626
SYSTEM_PROMPT = '''You are solving AIME (American Invitational Mathematics Examination) problems.
2727

0 commit comments

Comments
 (0)