Skip to content

Commit

Permalink
Merge pull request #1226 from KennyDizi/main
Browse files Browse the repository at this point in the history
Add new o1-mini and o1-preview models
  • Loading branch information
mrT23 authored Sep 13, 2024
2 parents c08b59a + a944962 commit 867a430
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
'gpt-4o-mini': 128000, # 128K, but may be limited by config.max_model_tokens
'gpt-4o-mini-2024-07-18': 128000, # 128K, but may be limited by config.max_model_tokens
'gpt-4o-2024-08-06': 128000, # 128K, but may be limited by config.max_model_tokens
'o1-mini': 128000, # 128K, but may be limited by config.max_model_tokens
'o1-mini-2024-09-12': 128000, # 128K, but may be limited by config.max_model_tokens
'o1-preview': 128000, # 128K, but may be limited by config.max_model_tokens
'o1-preview-2024-09-12': 128000, # 128K, but may be limited by config.max_model_tokens
'claude-instant-1': 100000,
'claude-2': 100000,
'command-nightly': 4096,
Expand Down

0 comments on commit 867a430

Please sign in to comment.