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
# Get a chat completion based on a user-provided prompt
39
40
user_prompt =input("Enter a question:")
@@ -52,7 +53,7 @@ except Exception as ex:
52
53
```
53
54
54
55
> [!NOTE]
55
-
> The **ChatCompletionsClient** class uses **Azure AI Inference** library. In addition to the **azure-ai-projects** and **azure-identity**packages discussed previously, the sample code shown here assumes that the **azure-ai-inference** package has been installed:
56
+
> The **ChatCompletionsClient** class uses **Azure AI Inference** library. In addition to the **azure-identity**package discussed previously, the sample code shown here assumes that the **azure-ai-inference** package has been installed:
0 commit comments