Skip to content

Commit

Permalink
ai project fix (#253)
Browse files Browse the repository at this point in the history
* add AZURE_AI_PROJECT_NAME to pipeline

* add ai project to evaluate gh action
  • Loading branch information
cassiebreviu authored Nov 11, 2024
1 parent 116521f commit 2a09963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/evaluate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
AZURE_SEARCH_ENDPOINT: ${{ vars.AZURE_SEARCH_ENDPOINT }}
AZURE_OPENAI_NAME: ${{ vars.AZURE_OPENAI_NAME }}
BING_SEARCH_ENDPOINT: ${{ vars.BING_SEARCH_ENDPOINT }}
AZURE_AI_PROJECT_NAME: ${{vars.AZURE_AI_PROJECT_NAME}}
BING_SEARCH_KEY: ${{ secrets.BING_SEARCH_KEY }}

steps:
Expand Down

0 comments on commit 2a09963

Please sign in to comment.