Skip to content

Commit 2c467ca

Browse files
authored
Merge pull request #801 from skytin1004/main
Update co-op-translator.yml
2 parents 39cd007 + b99059a commit 2c467ca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/co-op-translator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
PYTHONIOENCODING: utf-8
3434
# Azure AI Service Credentials
35-
AZURE_SUBSCRIPTION_KEY: ${{ secrets.AZURE_SUBSCRIPTION_KEY }}
35+
AZURE_AI_SERVICE_API_KEY: ${{ secrets.AZURE_AI_SERVICE_API_KEY }}
3636
AZURE_AI_SERVICE_ENDPOINT: ${{ secrets.AZURE_AI_SERVICE_ENDPOINT }}
3737
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
3838
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ For .NET Developers checkout [Generative AI for Beginners (.NET Edition)](https:
3535
Each lesson also includes a "Keep Learning" section with additional learning tools.
3636

3737
## What You Need
38+
3839
### To run the code of this course, you can use either:
3940
- [Azure OpenAI Service](https://aka.ms/genai-beginners/azure-open-ai?WT.mc_id=academic-105485-koreyst) - **Lessons:** "aoai-assignment"
4041
- [GitHub Marketplace Model Catalog](https://aka.ms/genai-beginners/gh-models?WT.mc_id=academic-105485-koreyst) - **Lessons:** "githubmodels"

0 commit comments

Comments
 (0)