Skip to content

Commit

Permalink
haiku name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasia-korz committed Nov 18, 2024
1 parent acddcc6 commit bc6d7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/llm_postor/game/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cache_read": 0,
"output_tokens": 15,
},
"anthropic/claude-3.5-haiku": { # 200k context
"anthropic/claude-3-5-haiku": { # 200k context
"input_tokens": 1,
"cache_read": 0,
"output_tokens": 5,
Expand Down
2 changes: 1 addition & 1 deletion src/llm_postor/tournament.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def run(self):
"google/gemini-flash-1.5",
"google/gemini-pro-1.5",
"anthropic/claude-3.5-sonnet",
"anthropic/claude-3.5-haiku"
"anthropic/claude-3-5-haiku"
]
idx, parts = list(map(int, input("Input part of the experiment (e.g. 1/5, 3/5, etc.): ").split('/')))

Expand Down

0 comments on commit bc6d7c4

Please sign in to comment.