Hi! Last week during Build 2023, there were several amazing announcements. I really liked Kevin Scott (CTO and Executive VP of AI) “The era of the AI Copilot.” https://www.youtube.com/watch?v=FyY0fEO5jVY&ab_channel=MicrosoftDeveloper Kevin discusses the remarkable advancements in AI and its profound impact worldwide. The focus on AI model applications and the Azure platform is truly awe-inspiring. The…… Continue reading #AI – Using ๐๏ธ Podcast Copilot to learn Prompt Engineering, Azure OpenAI Services and more
#Windows11 – PowerToys now include Mouse Without Borders
Hi! Microsoft Build is all about new AI features, including Windows Copilot. But hey, this is also a cool new one for Windows users: The latest version of Windows PowerToys includes one of the coolest utilities ever: Mouse Without Borders! Mouse Without Borders enables you to interact with other computers from the same keyboard and…… Continue reading #Windows11 – PowerToys now include Mouse Without Borders
#Windows – Show your camera ๐ฆ in full screen mode in Windows (thanks VLC!)
Hi! I will write this post, only to save me some time for the next time that I need to do this. The goal is simple: show a camera feed in Windows 11 (or W10, or older) in full screen mode. I’m sure there are other ways to do this, however, this is the one…… Continue reading #Windows – Show your camera ๐ฆ in full screen mode in Windows (thanks VLC!)
#Azure – #OpenAI Services, Completion Playground Parameters
Hi! In part of my demos / explanations on Prompt Engineering, I use Azure OpenAI Services, and the Azure OpenAI Studio. Note: You can request access to Azure OpenAI Services here: https://aka.ms/oai/access. In the Completion Playground there are several parameters that we can use to change the performance of our model. These are the ones…… Continue reading #Azure – #OpenAI Services, Completion Playground Parameters
#PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
Hi! Back in March we hosted 3 sessions, and we showed how to use OpenAI models and features in Power Apps, Power Automate and Power Virtual Agents. You can check the recordings here: https://aka.ms/OpenAIPowerPlatformSeries Last post I wrote on how to OpenAI Image generation API. Today, I’m going to show how to Text Completions using…… Continue reading #PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
#PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
Hi! Back in March we hosted 3 sessions, and we showed how to use OpenAI models and features in Power Apps, Power Automate and Power Virtual Agents. You can check the recordings here: https://aka.ms/OpenAIPowerPlatformSeries These AI models are available in several places, like OpenAI APIs and Azure OpenAI Services. Scenario Let’s learn how to use…… Continue reading #PowerAutomate – Using OpenAI APIs, like ChatGPT, Dall-E and more. Also in Azure!
#Rust ๐ฆ – Using #OpenAI ChatGPT APIs from Rust. Demo Chat console App
Hi! Let’s look at my sample repository on how to use OpenAI APIs in Rust. I added a new scenario: a sample console chat app that uses the new ChatGPT APIs model. The process is remarkably similar to the text completion scenario, including a major change in the model used. Instead of davinci-003, we use…… Continue reading #Rust ๐ฆ – Using #OpenAI ChatGPT APIs from Rust. Demo Chat console App
#Rust ๐ฆ – Using #OpenAI Text Completion APIs from Rust
Hi! Let’s look at my sample repository on how to use OpenAI APIs in Rust. It includes a sample console app that uses the Text Completion API endpoint. In case you want to know more: Theย completionsย endpoint can be used for a wide variety of tasks. It provides a simple but powerful interface to any of…… Continue reading #Rust ๐ฆ – Using #OpenAI Text Completion APIs from Rust
#Rust ๐ฆ – Serializing and Deserializing data structures to JSON with Serde
Hi! While I was creating a sample on how to use OpenAI APIs in Rust, I realized that I needed to serialize and deserialize some data in JSON format. Lucky me, Serde JSON works great! Serde JSON Serde JSON is a library for serializing and deserializing Rust data structures efficiently and generically12. It provides ways…… Continue reading #Rust ๐ฆ – Serializing and Deserializing data structures to JSON with Serde
@code – Profiles in Visual Studio Code, work with only the extensions you need! ๐
Hi ! Profiles in Visual Studio Code are a way to create different environments for different projects or purposes. They allow us to switch between different sets of extensions, settings, and keyboard shortcuts without affecting our default VS Code configuration. I found it super useful mostly when I think about the extensions that I have.…… Continue reading @code – Profiles in Visual Studio Code, work with only the extensions you need! ๐