semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Integrate cutting-edge LLM technology quickly and easily into your apps

Results 866 semantic-kernel issues
Sort by recently updated
recently updated
newest added

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...

enhancement
typescript
extensibility

**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...

enhancement

### 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...

PR: paused
main

### 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...

PR: ready to merge
main

### 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....

PR: feedback to address
typescript

### 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. ###...

PR: ready for review

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...

enhancement
extensibility

### 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...

PR: ready for review
PR: ready to merge

Update Azure OpenAI Service client to use the official .NET SDK. https://www.nuget.org/packages/Azure.AI.OpenAI/

enhancement