microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.45k stars 2.16k forks source link

Fix an indentation issue in backend\utils.py #815

Closed bartallan closed 2 months ago

bartallan commented 2 months ago

Motivation and Context

This change is required to solve issue #813, which is an IndentationError in backend\utils.py

Description

Fix an indentation issue in backend\utils.py

Contribution Checklist

bartallan commented 2 months ago

Fix was merged as part of #810