File tree Expand file tree Collapse file tree 3 files changed +204
-205
lines changed Expand file tree Collapse file tree 3 files changed +204
-205
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
export PATH="$(pwd)/bin:${PATH}"
118
118
make smoke
119
119
120
- claude-3-opus-20240229 :
120
+ claude-3-5-sonnet-20240620 :
121
121
needs : check-label
122
122
if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123
123
runs-on : ubuntu-22.04
@@ -139,12 +139,12 @@ jobs:
139
139
go-version : " 1.21"
140
140
- env :
141
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
142
+ GPTSCRIPT_DEFAULT_MODEL : claude-3-5-sonnet-20240620 from github.com/gptscript-ai/claude3-anthropic-provider
143
143
ANTHROPIC_API_KEY : ${{ secrets.SMOKE_ANTHROPIC_API_KEY }}
144
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
145
+ name : Run smoke test for claude-3-5-sonnet-20240620
146
146
run : |
147
- echo "Running smoke test for model claude-3-opus-20240229 "
147
+ echo "Running smoke test for model claude-3-5-sonnet-20240620 "
148
148
export PATH="$(pwd)/bin:${PATH}"
149
149
make smoke
150
150
@@ -177,4 +177,3 @@ jobs:
177
177
echo "Running smoke test for model mistral-large-2402"
178
178
export PATH="$(pwd)/bin:${PATH}"
179
179
make smoke
180
-
You can’t perform that action at this time.
0 commit comments