feat: add Gemini 3 Flash model support (#260)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-17 12:16:19 -08:00
committed by GitHub
parent 06b393b2b2
commit e53b0630a0
2 changed files with 9 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, glm-4.6, haiku]
model: [gpt-5-minimal, gpt-4.1, sonnet-4.5, gemini-pro, gemini-3-flash, glm-4.6, haiku]
steps:
- name: Checkout
uses: actions/checkout@v4