File tree Expand file tree Collapse file tree 3 files changed +0
-1838
lines changed Expand file tree Collapse file tree 3 files changed +0
-1838
lines changed Original file line number Diff line number Diff line change @@ -117,37 +117,6 @@ jobs:
117117 export PATH="$(pwd)/bin:${PATH}"
118118 make smoke
119119
120- claude-3-opus-20240229 :
121- needs : check-label
122- if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
123- runs-on : ubuntu-22.04
124- steps :
125- - name : Checkout base repository
126- uses : actions/checkout@v4
127- with :
128- fetch-depth : 1
129- - name : Checkout PR code if running for a PR
130- if : ${{ github.event_name == 'pull_request_target' }}
131- uses : actions/checkout@v4
132- with :
133- fetch-depth : 1
134- repository : ${{ github.event.pull_request.head.repo.full_name }}
135- ref : ${{ github.event.pull_request.head.ref }}
136- - uses : actions/setup-go@v5
137- with :
138- cache : false
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
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"
148- export PATH="$(pwd)/bin:${PATH}"
149- make smoke
150-
151120 claude-3-5-sonnet-20240620 :
152121 needs : check-label
153122 if : ${{ needs.check-label.outputs.run_smoke_tests == 'true' }}
You can’t perform that action at this time.
0 commit comments