Skip to content

Commit

Permalink
Add support model gpt-4o-mini-2024-07-18
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyDizi committed Jul 23, 2024
1 parent 789c48a commit 581c95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'gpt-4-turbo-2024-04-09': 128000, # 128K, but may be limited by config.max_model_tokens
'gpt-4-turbo': 128000, # 128K, but may be limited by config.max_model_tokens
'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
'claude-instant-1': 100000,
'claude-2': 100000,
'command-nightly': 4096,
Expand Down

0 comments on commit 581c95c

Please sign in to comment.