Skip to content

Commit 7da2d70

Browse files
authored
Merge pull request #609 from njhale/chore/smoke-mistral-provider
chore: use laplateforme provider for mistral smoke tests
2 parents 0f32a9d + ea0184f commit 7da2d70

File tree

3 files changed

+839
-527
lines changed

3 files changed

+839
-527
lines changed

.github/workflows/smoke.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ jobs:
170170
go-version: "1.21"
171171
- env:
172172
OPENAI_API_KEY: ${{ secrets.SMOKE_OPENAI_API_KEY }}
173-
GPTSCRIPT_DEFAULT_MODEL: mistral-large-2402 from https://api.mistral.ai/v1
174-
GPTSCRIPT_PROVIDER_API_MISTRAL_AI_API_KEY: ${{ secrets.SMOKE_GPTSCRIPT_PROVIDER_API_MISTRAL_AI_API_KEY }}
173+
GPTSCRIPT_DEFAULT_MODEL: mistral-large-2402 from github.com/gptscript-ai/mistral-laplateforme-provider
174+
MISTRAL_API_KEY: ${{ secrets.SMOKE_MISTRAL_API_KEY }}
175+
GPTSCRIPT_CREDENTIAL_OVERRIDE: "github.com/gptscript-ai/mistral-laplateforme-provider/credential:MISTRAL_API_KEY"
175176
name: Run smoke test for mistral-large-2402
176177
run: |
177178
echo "Running smoke test for model mistral-large-2402"

0 commit comments

Comments
 (0)