semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
We're exploring integrating SK with the [Bot Framework SDK's](https://github.com/microsoft/botbuilder-dotnet) as a way to leverage Large Language Models (LLMs) for the creation of chat bots. SK seems like a perfect fit...
**Describe the bug** In OpenAIClientAbstract.ExecutePostRequestAsync, when I sent a large prompt, there is error message in response: { "error": { "message": "This model's maximum context length is 4097 tokens, however...
### Motivation and Context This pull request introduces several changes to the planner skill, which is a core skill that allows users to create and execute plans based on semantic...
### Motivation and Context This sample continues in the spirit of prior samples in the samples/apps folder with a goal of teaching developers how the concepts of memory and embeddings...
### Motivation and Context 1. Enabling multiple loading states for synchronous chat 2. Added informational tooltip about relevance 3. Updated scroll check (scolls anytime response or chatHistory is updated) 4....
### Motivation and Context The main README doesn't have a link to Sample 4 yet. ### Description Add a link to sample 4 with description to the main README. ###...
Remove memory changes not needed by upcoming sample
I've been digging through the `IKernel` and function abstractions hoping to find a way to enable `gpt-3.5-turbo` APIs ([chat completion](https://platform.openai.com/docs/api-reference/chat/create)) and more recently GPT-4 APIs but given `ITextCompletion` only takes...
### Motivation and Context Currently, TextMemorySkill `Recall` only returns the most relevant memory despite being reliant on methods that support returning N relevant memories. Additionally, users should be able to...
Update Azure OpenAI Service client to use the official .NET SDK. https://www.nuget.org/packages/Azure.AI.OpenAI/