MicrosoftLearning / mslearn-ai-services

Lab files for Azure AI Services modules
https://microsoftlearning.github.io/mslearn-ai-services/
MIT License
98 stars 185 forks source link

Variable has been renamed #9

Closed soderholmd closed 7 months ago

soderholmd commented 7 months ago

In lab 02, the .env file has the variable COG_SERVICE_ENDPOINT, but the .py file is reading AI_SERVICE_ENDPOINT. As such it fails with a 'endpoint name must be a string' error. Changing the variable name to AI_SERVICE_ENDPOINT in .env fixes this.

ivorb commented 7 months ago

fixed with recent PR merge