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

💬 #ChatGPT and Copilot Plugins in NET – Resources

Hi! Here are the main resources shared during the live sessions. Resources ChatGPT Plugins Documentation, https://platform.openai.com/docs/plugins/getting-started ChatGPT Plugin Quickstart using Python and FastAPI, https://github.com/Azure-Samples/openai-plugin-fastapi OpenAI ChatGPT Plugin – NET Pets Sample, https://github.com/elbruno/OpenAI-Plugin-NET-Sample Start learning how to use Semantic Kernel, https://learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide/ Copilot Chat Sample Application, https://github.com/microsoft/chat-copilot Videos Let’s build a PlugIn for ChatGPT and BingChat https://www.youtube.com/watch?v=h-CNBPfxLqQ&ab_channel=MicrosoftReactor…… Continue reading 💬 #ChatGPT and Copilot Plugins in NET – Resources