together: package and embedding model (#14936)

This commit is contained in:
Erick Friis
2023-12-19 18:48:32 -08:00
committed by GitHub
parent c21379438c
commit 795cf2ddda
22 changed files with 1392 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ jobs:
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
run: |
make integration_tests

View File

@@ -154,6 +154,7 @@ jobs:
env:
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
TOGETHER_API_KEY: ${{ secrets.TOGETHER_API_KEY }}
run: make integration_tests
working-directory: ${{ inputs.working-directory }}