diff --git a/.github/workflows/scheduled-smoke-test.yml b/.github/workflows/scheduled-smoke-test.yml index e70ca802..500a23da 100644 --- a/.github/workflows/scheduled-smoke-test.yml +++ b/.github/workflows/scheduled-smoke-test.yml @@ -69,12 +69,26 @@ jobs: [hugging_face] token = "${{ secrets.HUGGING_FACE_TOKEN }}" - + [google_ai] api_key = "${{ secrets.GOOGLE_AI_API_KEY }}" + [mistralai] + api_key = "${{ secrets.MISTRAL_AI_API_KEY }}" + + [vertexai] + project_id = ${{ secrets.GOOGLE_PROJECT_ID }}" + region = "us-central1" + + [azure_phi_3_5_mini_endpoint] + api_key = ${{ secrets.AZURE_PHI_3_5_MINI_API_KEY }} + + [azure_phi_3_5_moe_endpoint] + api_key = ${{ secrets.AZURE_PHI_3_5_MOE_API_KEY }} + [demo] api_key="12345" + run: | mkdir -p config echo "$SECRETS_CONFIG" > config/secrets.toml