Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: SK AI Model Router Demo #7615

Merged
merged 7 commits into from
Aug 6, 2024

Conversation

RogerBarreto
Copy link
Member

@RogerBarreto RogerBarreto commented Aug 2, 2024

Motivation and Context

This sample demonstrates how to implement an AI Model Router using Semantic Kernel connectors to direct requests to various AI models based on user input.

As part of this example we integrate LMStudio, Ollama, and OpenAI, utilizing the OpenAI Connector for LMStudio and Ollama due to their compatibility with the OpenAI API.

Resolves #7616

@RogerBarreto RogerBarreto requested a review from a team as a code owner August 2, 2024 13:18
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code documentation labels Aug 2, 2024
@RogerBarreto RogerBarreto self-assigned this Aug 2, 2024
RogerBarreto and others added 2 commits August 6, 2024 15:05
Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
@RogerBarreto RogerBarreto added this pull request to the merge queue Aug 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 6, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Aug 6, 2024
Merged via the queue into microsoft:main with commit 7b8ac8a Aug 6, 2024
15 checks passed
@RogerBarreto RogerBarreto deleted the features/router-demo branch August 6, 2024 21:57
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context

This sample demonstrates how to implement an AI Model Router using
Semantic Kernel connectors to direct requests to various AI models based
on user input.

As part of this example we integrate LMStudio, Ollama, and OpenAI,
utilizing the OpenAI Connector for LMStudio and Ollama due to their
compatibility with the OpenAI API.

Resolves microsoft#7616

- microsoft#7616

---------

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demo AI Model Router + Documentation
4 participants