We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b165e81 commit 1cf9b68Copy full SHA for 1cf9b68
.github/workflows/smoke.yaml
@@ -139,7 +139,7 @@ jobs:
139
go-version: "1.21"
140
- env:
141
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
142
- GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider
+ GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 from github.com/gptscript-ai/claude3-anthropic-provider@main
143
ANTHROPIC_API_KEY: ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
144
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/claude3-anthropic-provider/credential:ANTHROPIC_API_KEY"
145
name: Run smoke test for claude-3-opus-20240229
0 commit comments