-
🖼️✨ How to Use GPT-IMAGE-1 to Generate Images with C# and Azure OpenAI
with C# and Azure OpenAI 🎥 Check out the 6-minute demo on YouTube📦 Sample code on GitHub The new gpt-image-1 model (aka DALL·E 3) is now available in Azure OpenAI, and YES—you can use it from your .NET app! 🔥 In this post, I’ll show you how to integrate this magic into your C# application… — read more
-
🧠✨ Testing GPT-4o’s Image Generation – From C# with ❤️ and Microsoft.Extensions.AI
Hi! OpenAI just dropped some exciting news:👉 GPT-4o can now generate images directly from prompts.Announced here: Introducing GPT-4o Image Generation, this new feature lets you go from words to stunning visuals – including photorealistic scenes, illustrations, logos, and more. The fun part? You can now generate images just by chatting with GPT-4o. The challenging part?… — read more
-
How to control your 🚁 drone using #Azure OpenAI or OpenAI APIs and Semantic Kernel
Hi! In my previous post, I wrote about how we can use ChatGPT to generate Python code to control a drone. Today, we are going to use Azure OpenAI Services or OpenAI APIs to generate the same code using GPT models. We are going to use the same prompt that we had for ChatGPT. Running… — read more
-
How to control your 🚁 drone using #ChatGPT
Hi! I’ve been doing live demos of how to use Azure OpenAI Services or OpenAI APIs to generate code to control the drone, so I think I may write about it to have it public for future references. So, using the base code to send and read drone information, we can create a simple prompt… — read more
-
💬 #ChatGPT and Copilot Plugins in NET – Resources
Hi! Here are the main resources shared during the live sessions. Resources Videos Let’s build a PlugIn for ChatGPT and BingChat 🤖 Copilot Time! Let’s build a PlugIn for ChatGPT, BingChat and other Copilots Build your own ChatGPT Plugin in C#! | Intro to Semantic Kernel Test your ChatGPT Plugins FOR FREE! | Intro to… — read more
-
💬 #ChatGPT Plugin in NET – Working and Debugging with the PlugIn Dev Tools
Hi! One of the key elements while debugging a ChatGPT plugin is to understand how ChatGPT will invoke my plugins endpoints. When a user asks a plugin-related question, the model digs into the API specs and the manifest file for answers. Just like testing a variety of prompts, you gotta play around with different descriptions… — read more
-
💬 #ChatGPT Plugin in NET – GetAll and Add, 2 API endpoints in a single PlugIn
Hi! Moving forward in my PetStore plugin, I decided that my plugin must support several actions: GetAll and AddNew Operations In my current implementation, I have 2 operations to handle GetAll and AddNew. Let’s look at the Swagger def: It’s also important to remark that the pet uses a specific model that is also part… — read more
-
💬 #ChatGPT Plugin in NET – Map route handler for manifest file: ai-plugin.json
Hi! The ChatGPT Plugin in NET is a fun side pet project. And hey, my goal is to share this with a fully functional Codespace, so everyone can test this without a local dev environment. Note: If you want to learn more about Codespaces, check the official documentation here. Plugin File Manifest Let’s review the… — read more
-
My 1st NET #ChatGPT Plugin. Demo Included!
Hi! Plugins are the hottest topics now, for both ChatGPT and Microsoft products like BingChat and Windows Copilot. After learning and testing using Javascript and Python versions, I decided to create one in NET. I even talk several times about it in my podcast (in Spanish). NET Pet Store ChatGPT Plugin Repository And here is… — read more
-
#Code – 🔌Building Plugins for ChatGPT, Microsoft Bing and Edge
Hi! This one was in my top three announcements from Build 2023. We can now build Chat Plugins for Microsoft Bing and Edge. Look at this 10 min intro: Video Summary: Creating Plugins Microsoft is adopting the same open plugin standard that OpenAI introduced for ChatGPT, enabling interoperability across ChatGPT and the breadth of Microsoft’s copilot offerings.… — read more
-
#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… — read more
-
#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… — read more
-
Event – 🧠 OpenAI, ChatGPT and #PowerPlatform … Yes, and without coding !
Hi ! Are you ready to tap into the endless possibilities of ChatGPT? With the recent release of new OpenAI services on Azure, the potential for building innovative applications has never been greater. I think it’s time explore the amazing capabilities of ChatGPT and how we can harness them to create truly unique and powerful… — read more