We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b894e commit b165e81Copy full SHA for b165e81
.github/workflows/smoke.yaml
@@ -141,6 +141,7 @@ jobs:
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
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
146
run: |
147
echo "Running smoke test for model claude-3-opus-20240229"
0 commit comments