Skip to content

Commit

Permalink
Merge pull request #608 from njhale/chore/smoke-sonnet
Browse files Browse the repository at this point in the history
chore: smoke test claude-3.5-sonnet instead of claude-3-opus
  • Loading branch information
njhale authored Jul 3, 2024
2 parents 3b38281 + 7e4b9cc commit 0f32a9d
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 205 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
export PATH="$(pwd)/bin:${PATH}"
make smoke
claude-3-opus-20240229:
claude-3-5-sonnet-20240620:
needs: check-label
if: ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
runs-on: ubuntu-22.04
Expand All @@ -139,12 +139,12 @@ jobs:
go-version: "1.21"
- env:
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider
GPTSCRIPT_DEFAULT_MODEL: claude-3-5-sonnet-20240620 from github.com/gptscript-ai/claude3-anthropic-provider
ANTHROPIC_API_KEY: ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/claude3-anthropic-provider/credential:ANTHROPIC_API_KEY"
name: Run smoke test for claude-3-opus-20240229
name: Run smoke test for claude-3-5-sonnet-20240620
run: |
echo "Running smoke test for model claude-3-opus-20240229"
echo "Running smoke test for model claude-3-5-sonnet-20240620"
export PATH="$(pwd)/bin:${PATH}"
make smoke
Expand Down Expand Up @@ -177,4 +177,3 @@ jobs:
echo "Running smoke test for model mistral-large-2402"
export PATH="$(pwd)/bin:${PATH}"
make smoke
Loading

0 comments on commit 0f32a9d

Please sign in to comment.