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:
117117 export PATH="$(pwd)/bin:${PATH}"
118118 make smoke
119119
120- claude-3-opus-20240229 :
120+ claude-3-5-sonnet-20240620 :
121121 needs : check-label
122122 if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123123 runs-on : ubuntu-22.04
@@ -139,12 +139,12 @@ 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
142+ GPTSCRIPT_DEFAULT_MODEL : claude-3-5-sonnet-20240620 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"
145- name : Run smoke test for claude-3-opus-20240229
145+ name : Run smoke test for claude-3-5-sonnet-20240620
146146 run : |
147- echo "Running smoke test for model claude-3-opus-20240229 "
147+ echo "Running smoke test for model claude-3-5-sonnet-20240620 "
148148 export PATH="$(pwd)/bin:${PATH}"
149149 make smoke
150150
@@ -177,4 +177,3 @@ jobs:
177177 echo "Running smoke test for model mistral-large-2402"
178178 export PATH="$(pwd)/bin:${PATH}"
179179 make smoke
180-
You can’t perform that action at this time.
0 commit comments