Skip to content

Commit 3a58f43

Browse files
committed
Update eval_aime_benchmark.py
1 parent 2aca9b8 commit 3a58f43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/eval_aime_benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
logger = logging.getLogger(__name__)
2020

2121
# Initialize OpenAI client
22-
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://openrouter.ai/api/v1")
22+
# 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:8001/v1")
24+
client = OpenAI(api_key="optillm", base_url="http://localhost:8888/v1")
2525

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

0 commit comments

Comments
 (0)