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-services/openai/includes/use-your-data-dotnet.md
-69Lines changed: 0 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,6 @@ ms.date: 01/09/2025
14
14
15
15
From the project directory, open the *Program.cs* file and replace its contents with the following code:
16
16
17
-
### Without response streaming
18
-
19
17
```csharp
20
18
usingSystem;
21
19
usingAzure.AI.OpenAI;
@@ -90,70 +88,3 @@ learn more about the various options available to you...// Omitted for brevity
90
88
91
89
This will wait until the model has generated its entire response before printing the results. Alternatively, if you want to asynchronously stream the response and print the results, you can replace the contents of *Program.cs* with the code in the next example.
0 commit comments