You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-phi-3-5-vision.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ print_stream(result)
227
227
Explore other parameters that you can specify in the inference client. For a full list of all the supported parameters and their corresponding documentation, see [Azure AI Model Inference API reference](https://aka.ms/azureai/modelinference).
228
228
229
229
```python
230
-
from azure.ai.inference.models importChatCompletionsResponseFormat
230
+
from azure.ai.inference.models importChatCompletionsResponseFormatText
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/deploy-models-phi-3.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ print_stream(result)
261
261
Explore other parameters that you can specify in the inference client. For a full list of all the supported parameters and their corresponding documentation, see [Azure AI Model Inference API reference](https://aka.ms/azureai/modelinference).
262
262
263
263
```python
264
-
from azure.ai.inference.models importChatCompletionsResponseFormat
264
+
from azure.ai.inference.models importChatCompletionsResponseFormatText
265
265
266
266
response = client.complete(
267
267
messages=[
@@ -1457,13 +1457,11 @@ For more examples of how to use Phi-3 family models, see the following examples
0 commit comments