Skip to content

Commit 5d10644

Browse files
Update retrievethenread.py (Typo "Azure Open AI"→"Azure OpenAI") (#1447)
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/app/backend/approaches/retrievethenread.py #PingMSFTDocs
1 parent f6b5e94 commit 5d10644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/backend/approaches/retrievethenread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async def run(
115115
updated_messages = message_builder.messages
116116
chat_completion = (
117117
await self.openai_client.chat.completions.create(
118-
# Azure Open AI takes the deployment name as the model name
118+
# Azure OpenAI takes the deployment name as the model name
119119
model=self.chatgpt_deployment if self.chatgpt_deployment else self.chatgpt_model,
120120
messages=updated_messages,
121121
temperature=overrides.get("temperature", 0.3),

0 commit comments

Comments
 (0)