testing tetrate with sonnet (#5428)

This commit is contained in:
Michael Neale
2025-10-29 11:40:02 +11:00
committed by GitHub
parent 4687656487
commit b94535b679
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -5,9 +5,9 @@ on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to test'
description: "Branch to test"
required: true
default: 'main'
default: "main"
type: string
name: Live Provider Tests
@@ -105,6 +105,7 @@ jobs:
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
TETRATE_API_KEY: ${{ secrets.TETRATE_API_KEY }}
HOME: /tmp/goose-home
GOOSE_DISABLE_KEYRING: 1
SKIP_BUILD: 1
+1
View File
@@ -19,6 +19,7 @@ PROVIDERS=(
"openai:gpt-4o:gpt-4o-mini:gpt-3.5-turbo:gpt-5"
"anthropic:claude-sonnet-4-5-20250929:claude-opus-4-1-20250805"
"google:gemini-2.5-pro:gemini-2.5-flash"
"tetrate:claude-sonnet-4-20250514"
)
# In CI, only run Databricks tests if DATABRICKS_HOST and DATABRICKS_TOKEN are set