3/6/2023 - Build Your Own ChatGPT Client in Blazor

The OpenAI GPT-3.5-Turbo API is a powerful tool that allows developers to create cutting-edge applications that can understand, analyze, and generate human-like text. With Microsoft Blazor , we can harness the power of this API to create a seamless client experience. In this blog post, we will explore how we can use Microsoft Blazor to build a client that calls the new OpenAI GPT-3.5-Turbo API , and demonstrate some of the exciting possibilities that this combination brings.  

2/6/2023 - Blazor and Azure OpenAI

You can consume services in Azure OpenAI with Microsoft Blazor . The sample code, available on the downloads page of this site ( BlazorHelpWebsite.com ), demonstrates how to create a completion using the text-davinci-002 model.   A completion can logically complete a prompt provided to it, or answer simple questions.   The text-davinci-002 model can also perform other functions such as summarizing documents or classifying or categorizing documents. Set

1/28/2023 - Playing Dynamic Audio In Server Side Blazor

(Note: YouTube video is at: https://www.youtube.com/watch?v=TRgYmTNmXT8&t=33s ) You can play dynamic audio in a Blazor Server application and have full control over the user interface.   < audio controls = "controls" > < source src = "https://bit.ly/404yhS9" type = "audio/mp3" > </ audio >   Playing an audio file in Blazor is simple. Just enter a tag like this, with the source pointing to a MP3 file. When

12/31/2022 - Calling OpenAI GPT-3 From Microsoft Blazor

(Note: YouTube video is at: https://www.youtube.com/watch?v=aXO4MN0CB9k&t=9s ) You can create a Microsoft Blazor application that can call a OpenAI GPT-3 model. What is OpenAI GPT-3? To understand what OpenAI GPT-3 is, we can use a program recently released by OpenAI called Chat GPT located at: https://chat.openai.com and we will get the response shown here. ( Note: According to this FAQ , at this time, it is not possible to call Chat GPT using Blaz

10/19/2022 - Blazor Video Creator

You can dynamically create videos with pictures and audio using Blazor. The Application When you run the application you will be presented with the UPLOAD IMAGE FILES button.   Select images from your computer and click the Open button.   Enter text for the video and click the Create Video File button.   The video will process. The text will be turned into audio. The pictures will be added to the video so that they evenly span the len




|
An error has occurred. This application may no longer respond until reloaded. Reload 🗙