File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " workflowai"
3- version = " 0.6.0.dev22 "
4- description = " "
3+ version = " 0.6.0"
4+ description = " Python SDK for WorkflowAI "
55authors = [" Guillaume Aquilina <guillaume@workflowai.com>" ]
66readme = " README.md"
77exclude = [" **/*_test.py" , " tests/**/*" ]
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class Model(str, Enum):
4949 # --------------------------------------------------------------------------
5050 GEMINI_2_0_FLASH_LATEST = "gemini-2.0-flash-latest"
5151 GEMINI_2_0_FLASH_001 = "gemini-2.0-flash-001"
52+ GEMINI_2_0_FLASH_LITE_001 = "gemini-2.0-flash-lite-001"
5253 GEMINI_2_0_FLASH_LITE_PREVIEW_2502 = "gemini-2.0-flash-lite-preview-02-05"
5354 GEMINI_2_0_PRO_EXP = "gemini-2.0-pro-exp-02-05"
5455 GEMINI_2_0_FLASH_EXP = "gemini-2.0-flash-exp"
You can’t perform that action at this time.
0 commit comments