Skip to content

Commit 99ca128

Browse files
committed
chore: change to Sonnet 3.7 for smoke tests
The model we were using is no longer available. Signed-off-by: Donnie Adams <donnie@obot.ai>
1 parent 7bd3fd6 commit 99ca128

File tree

3 files changed

+1165
-1197
lines changed

3 files changed

+1165
-1197
lines changed

.github/workflows/smoke.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
export PATH="$(pwd)/bin:${PATH}"
118118
make smoke
119119
120-
claude-3-5-sonnet-20240620:
120+
claude-3-7-sonnet-20250219:
121121
needs: check-label
122122
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123123
runs-on: ubuntu-22.04
@@ -139,11 +139,11 @@ jobs:
139139
go-version: "1.21"
140140
- env:
141141
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
142-
GPTSCRIPT_DEFAULT_MODEL: claude-3-5-sonnet-20240620 from github.com/gptscript-ai/claude3-anthropic-provider
142+
GPTSCRIPT_DEFAULT_MODEL: claude-3-7-sonnet-20250219 from github.com/gptscript-ai/claude3-anthropic-provider
143143
ANTHROPIC_API_KEY: ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
144144
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/claude3-anthropic-provider/credential:ANTHROPIC_API_KEY"
145-
name: Run smoke test for claude-3-5-sonnet-20240620
145+
name: Run smoke test for claude-3-7-sonnet-20250219
146146
run: |
147-
echo "Running smoke test for model claude-3-5-sonnet-20240620"
147+
echo "Running smoke test for model claude-3-7-sonnet-20250219"
148148
export PATH="$(pwd)/bin:${PATH}"
149149
make smoke

0 commit comments

Comments
 (0)