Skip to content

Commit a289b4f

Browse files
Update chat.py (Typo "Azure Open AI"→"Azure OpenAI")
https://github.com/Azure-Samples/openai-chat-app-quickstart/blob/main/src/quartapp/chat.py #PingMSFTDocs
1 parent e5064f4 commit a289b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quartapp/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def response_stream():
7979
] + request_messages
8080

8181
chat_coroutine = bp.openai_client.chat.completions.create(
82-
# Azure Open AI takes the deployment name as the model name
82+
# Azure OpenAI takes the deployment name as the model name
8383
model=bp.openai_model,
8484
messages=all_messages,
8585
stream=True,

0 commit comments

Comments
 (0)