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 1333 semantic-kernel issues
Sort by recently updated
recently updated
newest added

### Motivation and Context SK package should not depend on analyzers. Looks like xunit.analyzers pkg is somehow differently and the XML needed wasn't added automatically like other analyzers. ### Description...

PR: ready for review
PR: ready to merge

### Motivation and Context This resolves several of the open feedback items in the current PR from memory-sample -> main

**Describe the bug** `PS C:\git\semantic-kernel\samples\dotnet\KernelHttpServer> func start --csharp MSBuild version 17.5.0+6f08c67f3 for .NET C:\git\semantic-kernel\dotnet\Directory.Build.targets : error : Could not resolve SDK "Microsoft.Build.CentralPackageVersions". Exactly one of the probing messages below indicates...

### Motivation and Context 1. Semantic Kernels **ai.open_ai.services.open_ai_config's** **OpenAIConfig** class was very limited in what it could configure. 2. By adding the two new configs, users have an easy object...

### Motivation and Context This PR provides a path to using the ChatGPT API in the Python Preview of Semantic Kernel. In addition, this provides `Azure*` versions of many existing...

PR: feedback to address
python

Hi folks, currently `semantic kernel` only allows us to use either `OpenAI` or `Azure OpenAI` as `TextCompletion` or `Embedding` backends. Is it possible for your team to add support for...

extensibility

**Describe the bug** The **poetry install** command fails at debugpy installation. Possibly due to hashing error on 'debugpy/_vendored/pydevd/pydevd_attach_to_process/run_code_on_dllmain_x86.dll'. **To Reproduce** Steps to reproduce the behavior: 1. Checkout python-preview branch: `git...

### Motivation and Context [HuggingFace](https://huggingface.co/) is a platform with over 120k different models, so we need to provide a way to use these models with Semantic Kernel. While users can...

PR: ready for review
.NET

### Motivation and Context This PR adds a Lint Github workflow so that code style rules can be enforced for PRs. 1. This forms a baseline workflow that can be...

PR: ready for review
python

## Context I deployed my own LLM models on Azure OpenAI, the endpoint is a self-signed. ## Issues Description When I sent complete request to my self-signed endpoint, semantic kernel...

enhancement
extensibility