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

OpenAI / copilot plugin support?

Open rsloggett-prmaconsulting opened this issue 1 year ago • 1 comments

With all the announcements surrounding copilot development at Build 2023, with semantic kernel referenced as part of that AI stack, I'm wondering what the relationship is between the OpenAI plugin standard that is being promoted and semantic kernel. It looks like "plugin" in the current semantic kernel is not the same thing as the OpenAI plugin model. Does anyone have a view on how to best go about integrating an OpenAI plugin with semantic kernel? Is this something that is planned to become part of the samples - seems like a really strong scenario that will increase the value proposition of leveraging semantic kernel and increase the scenarios in which a given plugin can be used.

@rsloggett-prmaconsulting - check this out - https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.AI.OpenAI and https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example21_ChatGPTPlugins.cs -- these should get you started on calling an OpenAI plugin from SK. You can also try this out using the copilot app - https://github.com/microsoft/semantic-kernel/tree/main/samples/apps/copilot-chat-app

evchaki avatar May 25 '23 20:05 evchaki

Hi @evchaki , Can you use this with gpt-3.5-turbo or just for gpt-4 ?

goyanx avatar Jun 03 '23 17:06 goyanx

Please let us know if you are still having issues here.

lemillermicrosoft avatar Jun 14 '23 20:06 lemillermicrosoft