semantic-kernel
semantic-kernel copied to clipboard
Integrate cutting-edge LLM technology quickly and easily into your apps
### Motivation and Context Fixes formatting issue to make Lint github workflow passes. ### Description Contains only reformatting changes. ### Contribution Checklist - [x] The code builds clean without any...
Can we open CompletionBackends so we can use custom AI backends, my team has a service layer before OpenAI/AzureOpenAI so we need to inject a custom client.
### Motivation and Context Add GPT2/GPT3 tokenizer, to allow counting tokens when using OpenAI. ### Description Add C# port of the tokenizers recommended by OpenAI. See https://platform.openai.com/tokenizer for more info.
Added AddCompletionBackend to enable external/custom AIBackends that also communicate with OpenAI ### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors...
### Motivation and Context ### Description I've branched the current Completions implementation and have built out a Chat Completions implementation that is working with Open AI's Chat Completions endpoint. Azure...
Since skills can be built out of other skills, I would like to get detailed logging information on what skills get called in the process of running a skill and...
It appears that the Microsoft.SemanticKernel.CoreSkills.SemanticFunctionConstants.FunctionFlowFunctionDefinition prompt always attempts to generate a plan for a given goal, even if there are no appropriate skills available to fulfill it. This can result...
### Motivation and Context ### Description ### Contribution Checklist - [x] The code builds clean without any errors or warnings - [x] The PR follows SK Contribution Guidelines (https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) -...
I'm implementing Cognitive Search Skill and Function and encountered below issue. I have 15 index on Azure Search that I don't wanna write functions for each index. Tried to return...
Update READMEs and notebooks with latest nugets Note: users will need 2 nugets, Core + OpenAI