Skip to content

Commit 7b2d156

Browse files
committed
update AzureML articles
1 parent 49e0797 commit 7b2d156

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/machine-learning/how-to-deploy-models-phi-3-5-moe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-machine-learning
66
ms.subservice: inferencing
77
manager: scottpolly
88
ms.topic: how-to
9-
ms.date: 08/19/2024
9+
ms.date: 09/13/2024
1010
ms.reviewer: kritifaujdar
1111
reviewer: fkriti
1212
ms.author: mopeakande
@@ -232,7 +232,7 @@ response = client.complete(
232232
stop=["<|endoftext|>"],
233233
temperature=0,
234234
top_p=1,
235-
response_format=ChatCompletionsResponseFormatText(),
235+
response_format={ "type": ChatCompletionsResponseFormatText() },
236236
)
237237
```
238238

articles/machine-learning/how-to-deploy-models-phi-3-vision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-machine-learning
66
ms.subservice: inferencing
77
manager: scottpolly
88
ms.topic: how-to
9-
ms.date: 08/19/2024
9+
ms.date: 09/13/2024
1010
ms.reviewer: kritifaujdar
1111
reviewer: fkriti
1212
ms.author: mopeakande
@@ -226,7 +226,7 @@ response = client.complete(
226226
stop=["<|endoftext|>"],
227227
temperature=0,
228228
top_p=1,
229-
response_format=ChatCompletionsResponseFormatText(),
229+
response_format={ "type": ChatCompletionsResponseFormatText() },
230230
)
231231
```
232232

articles/machine-learning/how-to-deploy-models-phi-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-machine-learning
66
ms.subservice: inferencing
77
manager: scottpolly
88
ms.topic: how-to
9-
ms.date: 08/19/2024
9+
ms.date: 09/13/2024
1010
ms.reviewer: kritifaujdar
1111
reviewer: fkriti
1212
ms.author: mopeakande
@@ -270,7 +270,7 @@ response = client.complete(
270270
stop=["<|endoftext|>"],
271271
temperature=0,
272272
top_p=1,
273-
response_format=ChatCompletionsResponseFormatText(),
273+
response_format={ "type": ChatCompletionsResponseFormatText() },
274274
)
275275
```
276276

0 commit comments

Comments
 (0)