Skip to content

Commit 18784b0

Browse files
committed
remove branch specification
Signed-off-by: Grant Linville <[email protected]>
1 parent 635c2db commit 18784b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ 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@main
142+
GPTSCRIPT_DEFAULT_MODEL: claude-3-opus-20240229 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"
145145
name: Run smoke test for claude-3-opus-20240229

0 commit comments

Comments
 (0)