Skip to content

Commit

Permalink
Removed bare OPENAI_API_KEY and replaces with assistant-specific one,…
Browse files Browse the repository at this point in the history
… less confusing
  • Loading branch information
dividor committed Jul 14, 2024
1 parent ed52016 commit 5988b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get_memory_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
environment: "GitHub Actions 1"
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ASSISTANTS_API_KEY: ${{ secrets.OPENAI_API_KEY }}
ASSISTANTS_API_KEY: ${{ secrets.ASSISTANTS_API_KEY }}
ASSISTANTS_API_TYPE: ${{ secrets.ASSISTANTS_API_TYPE }}
ASSISTANTS_API_VERSION: ${{ secrets.ASSISTANTS_API_VERSION }}
ASSISTANTS_ID: ${{ secrets.ASSISTANTS_ID }}
Expand Down

0 comments on commit 5988b08

Please sign in to comment.