We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b5e94 commit 5d10644Copy full SHA for 5d10644
app/backend/approaches/retrievethenread.py
@@ -115,7 +115,7 @@ async def run(
115
updated_messages = message_builder.messages
116
chat_completion = (
117
await self.openai_client.chat.completions.create(
118
- # Azure Open AI takes the deployment name as the model name
+ # Azure OpenAI takes the deployment name as the model name
119
model=self.chatgpt_deployment if self.chatgpt_deployment else self.chatgpt_model,
120
messages=updated_messages,
121
temperature=overrides.get("temperature", 0.3),
0 commit comments