Build Your First AI Chat Bot with OpenAI and .NET in Minutes

preview_player
Показать описание

Let's start our AI developer learning journey by building out a simple chat bot powered by .NET, OpenAI, and Semantic Kernel. Let's send a few prompts into GPT-4 and parse the results in just a few lines of code. We will also talk a bit about Semantic Kernel which greatly simplified communicating with different LLMs, but also offers plugins which are then easily and automatically invoked by models, support for responsible AI via filters, includes instrumentation/metrics, and more!

Join this channel to get access to perks:

Follow:

Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.

My Setup:

Using links I provide I may receive a commission if you buy something which helps support the channel.

#dotnet #openai #semantickernel #azureopenai #aspnetcore #ai
Рекомендации по теме
Комментарии
Автор

Superb video on OpenAI. James could you kindly please do more videos on this OpenAI integrated into .NET MAUI application ?

ymtan
Автор

This is great, instead of interacting with python code from C# we can now use the features in the Symantic Kernel. Keen to explore if we can use Ollama and local models?

JohnPowellonplus
Автор

Can you do one in blazor whereby it interacts with the content of the website like the services a website provides. In the form of an AI chat agent in a chatbot box. Then second series you could do one whereby it functions in a e-commerce website and retrieves products such as when a person asks for the cheapest handbag etc. I don't know what you think about these ideas?

mandlaenkosihlatshwayo
Автор

Great video! It'll be nice if you can make more Semantic Kernel content, specifically RAG integration. Thanks for the video :)

tzurdo
Автор

Great. Now show us how we can use the latest announced Phi-3 + our own data offline with MAUI either on the desktop on phone.

AdamsTaiwan
Автор

Initial phase with the echo back functionality working great but with the actual API I can't seem to solve only getting 500 Internal Server Errors back. Hoping to have this working soon though, it's a lot of fun

scorpiondeity
Автор

Thank you for the great video, James! I'm looking forward to Embeddings and RAG being released. Would you happen to know when they will be available?

annraoi
Автор

You're killing me, James. I convinced myself I have to learn Python and LangChain. I purposely ignored Semantic Kernel because...well...we've seen this "Microsoft vs the entire Open Source World" approach before...but...like a moth drawn to a lightbulb...having a dotnet SDK Ugh.

goldmund
Автор

Nice video. What if you send all previous messages, does it count against your input tokens and they will be charged over and over again? Also the chat will eventually finished when the tokens number became over the limit.

gorgik
Автор

Greats! Please record next episode about C# ChatGPT Plugin

sulmarpl
Автор

do we still need to register to have access to these?
are the AI functionalities available to non-enterprise and non-Microsoft partners?

feintfoot
Автор

Where i can get openai key?? or can you share api key for learning prospective if possible

dotnetrealworldexample