Skip to content

Commit b1182ba

Browse files
authored
add: o3 (#56)
1 parent 2102b99 commit b1182ba

3 files changed

Lines changed: 118 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ dependencies = [
1010
"fire==0.5.0",
1111
"funcy==2.0",
1212
"funcy-chain==0.2.0",
13+
"google-genai>=1.2.0",
1314
"groq==0.8.0",
1415
"hypothesis>=6.98.6",
1516
"markdown-to-json==2.1.2",

src/experiment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
O1_MODELS = [
2626
"o1-mini-2024-09-12",
2727
"o1-preview-2024-09-12",
28+
"o1-2024-12-17",
29+
"o3-mini-2025-01-31",
2830
]
2931

3032
CLAUDE_MODELS = [

uv.lock

Lines changed: 115 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)