We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391b25e commit bc32d0dCopy full SHA for bc32d0d
1 file changed
notdiamond/llms/providers.py
@@ -123,8 +123,8 @@ class NDLLMProviders(Enum):
123
GEMINI_15_PRO_LATEST = ("google", "gemini-1.5-pro-latest")
124
GEMINI_15_PRO_EXP_0801 = ("google", "gemini-1.5-pro-exp-0801")
125
GEMINI_15_FLASH_LATEST = ("google", "gemini-1.5-flash-latest")
126
- # GEMINI_20_FLASH = ("google", "gemini-20-flash")
127
- # GEMINI_20_FLASH_001 = ("google", "gemini-20-flash-001")
+ GEMINI_20_FLASH = ("google", "gemini-2.0-flash")
+ GEMINI_20_FLASH_001 = ("google", "gemini-2.0-flash-001")
128
129
COMMAND_R = ("cohere", "command-r")
130
COMMAND_R_PLUS = ("cohere", "command-r-plus")
0 commit comments