Skip to content

Commit

Permalink
Merge pull request #1397 from KennyDizi/main
Browse files Browse the repository at this point in the history
Add support for `gemini/gemini-2.0-flash-exp` model
  • Loading branch information
mrT23 authored Dec 16, 2024
2 parents 9ef9198 + 03d2bea commit a768969
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 @@ -42,6 +42,7 @@
'vertex_ai/gemma2': 8200,
'gemini/gemini-1.5-pro': 1048576,
'gemini/gemini-1.5-flash': 1048576,
'gemini/gemini-2.0-flash-exp': 1048576,
'codechat-bison': 6144,
'codechat-bison-32k': 32000,
'anthropic.claude-instant-v1': 100000,
Expand Down

0 comments on commit a768969

Please sign in to comment.