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 2aca9b8 commit 3a58f43Copy full SHA for 3a58f43
scripts/eval_aime_benchmark.py
@@ -19,9 +19,9 @@
19
logger = logging.getLogger(__name__)
20
21
# Initialize OpenAI client
22
-client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"), base_url="https://openrouter.ai/api/v1")
+# 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:8001/v1")
+client = OpenAI(api_key="optillm", base_url="http://localhost:8888/v1")
25
26
SYSTEM_PROMPT = '''You are solving AIME (American Invitational Mathematics Examination) problems.
27
0 commit comments