Demo – API Manifest Plugins for Semantic Kernel

Hi! Today, it’s time to share some insights into the world of API Manifest Plugins for Semantic Kernel, these are a cool way to work with OpenAIโ€™s Large Language Models (LLMs). Introduction to API Manifest Plugins for Semantic Kernel Semantic Kernel is at the forefront of AI development, allowing developers to import plugins from OpenAPI…… Continue reading Demo – API Manifest Plugins for Semantic Kernel

#SemanticKernel: Local LLMs Unleashed on #RaspberryPi 5

Hi! Welcome to the exciting world of local Large Language Models (LLMs) where weโ€™re pushing the boundaries of whatโ€™s possible with AI. Today let’s talk about a cool topic: run models locally, especially on devices like the Raspberry Pi 5. Letโ€™s dive into the future of AI, right in our own backyards. Ollama and using…… Continue reading #SemanticKernel: Local LLMs Unleashed on #RaspberryPi 5

๐Ÿ“Ž Extending #SemanticKernel using OllamaSharp for chat and text completion

Hi! In previous posts I shared how to host and chat with a Llama 2 model hosted locally with Ollama. (view post). And then I also found OllamaSharp (nuget package and repo). OllamaSharp is a .NET binding for the Ollama API, making it easy to interact with Ollama using your favorite .NET languages. So, I…… Continue reading ๐Ÿ“Ž Extending #SemanticKernel using OllamaSharp for chat and text completion

How to Use #SemanticKernel, Plugins โ€“ 2/N

Hi! In the previous posts we learned how to create a simple Semantic Kernel Chat Application Add services to the KernelBuilder, like Chat Build a Kernel Run a prompt with the Kernel Today we will switch a little the interaction with the AI Models, instead of a chat conversation, we will use Plugins. Plugins Let’s…… Continue reading How to Use #SemanticKernel, Plugins โ€“ 2/N

How to Use #SemanticKernel with OpenAI and Azure OpenAI in C# – 1/N

Hi! Today I’m starting a series of posts to describe an “easy way to use” AI Services with Semantic Kernel. I’m a fan of code, so I’ll focus mostly on code samples. Semantic Kernel (via Copilot) Semantic Kernel is a powerful tool that allows developers to integrate cutting-edge language models into their applications with ease.…… Continue reading How to Use #SemanticKernel with OpenAI and Azure OpenAI in C# – 1/N

#SemanticKernel โ€“ ๐Ÿ“ŽChat Service demo running Llama2 LLM locally in Ubuntu

Hi! Today’s post is a demo on how to interact with a local LLM using Semantic Kernel. In my previous post, I wrote about how to use LM Studio to host a local server. Today we will use ollama in Ubuntu to host the LLM. Ollama Ollama is an open-source language model platform designed for…… Continue reading #SemanticKernel โ€“ ๐Ÿ“ŽChat Service demo running Llama2 LLM locally in Ubuntu

#SemanticKernel – ๐Ÿ“ŽChat Service demo running Phi-2 LLM locally with #LMStudio

Hi! It’s time to go back to AI and NET, so today’s post is a small demo on how to run a LLM (large language model, this demo using Phi-2) in local mode, and how to interact with the model using Semantic Kernel. LM Studio I’ve tested several products and libraries to run LLMs locally,…… Continue reading #SemanticKernel – ๐Ÿ“ŽChat Service demo running Phi-2 LLM locally with #LMStudio

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. Use…… Continue reading How to control your ๐Ÿš drone using #Azure OpenAI or OpenAI APIs and Semantic Kernel

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…… Continue reading How to control your ๐Ÿš drone using #ChatGPT

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…… Continue reading My 1st NET #ChatGPT Plugin. Demo Included!