We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb4cb1 commit 7f4a174Copy full SHA for 7f4a174
scripts/eval_aime_benchmark.py
@@ -21,7 +21,7 @@
21
# Initialize OpenAI client
22
# client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://openrouter.ai/api/v1")
23
24
-client = OpenAI(api_key="optillm", base_url="http://localhost:8888/v1")
+client = OpenAI(api_key="optillm", base_url="http://localhost:8000/v1")
25
26
SYSTEM_PROMPT = '''You are solving AIME (American Invitational Mathematics Examination) problems.
27
0 commit comments