From the course: Azure OpenAI in .NET
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: REST and SDK - .NET Tutorial
From the course: Azure OpenAI in .NET
Challenge: REST and SDK
(upbeat music) - [Instructor] Let me raise two short questions for this short chapter. And in this short chapter, we more or less have just seen two samples how to communicate with the deployed large language model. One was directly calling the REST API interface, and the other was using the Azure OpenAI SDK. And the first question that I have is, what is the difference in using the Chat Completion API versus the Chat Completion Streaming API? And I'm pretty sure it's not a different question. The second question might be a little bit more trickier. The question is, which object provides the connection to the Azure OpenAI instance? Well, it's not that hard, but maybe it's a little bit more tricky.