File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ For .NET Developers checkout [Generative AI for Beginners (.NET Edition)](https:
3535Each 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"
You can’t perform that action at this time.
0 commit comments