Skip to content

Commit 0f32a9d

Browse files
authored
Merge pull request #608 from njhale/chore/smoke-sonnet
chore: smoke test claude-3.5-sonnet instead of claude-3-opus
2 parents 3b38281 + 7e4b9cc commit 0f32a9d

File tree

3 files changed

+204
-205
lines changed

3 files changed

+204
-205
lines changed

.github/workflows/smoke.yaml

+4-5
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-opus-20240229:
120+
claude-3-5-sonnet-20240620:
121121
needs: check-label
122122
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123123
runs-on: ubuntu-22.04
@@ -139,12 +139,12 @@ jobs:
139139
go-version: "1.21"
140140
- env:
141141
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
142-
GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider
142+
GPTSCRIPT_DEFAULT_MODEL: claude-3-5-sonnet-20240620 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-opus-20240229
145+
name: Run smoke test for claude-3-5-sonnet-20240620
146146
run: |
147-
echo "Running smoke test for model claude-3-opus-20240229"
147+
echo "Running smoke test for model claude-3-5-sonnet-20240620"
148148
export PATH="$(pwd)/bin:${PATH}"
149149
make smoke
150150
@@ -177,4 +177,3 @@ jobs:
177177
echo "Running smoke test for model mistral-large-2402"
178178
export PATH="$(pwd)/bin:${PATH}"
179179
make smoke
180-

0 commit comments

Comments
 (0)