Semantic Kernel third party plugin support #1348
|
At Build 2023, Microsoft announced that plugins would be interoperable between Bing Chat, ChatGPT, and Semantic Kernel. Does that mean that we can use plug-ins built for ChatGPT inside of semantic kernel? If so, how? If not, then what does interoperable plugins exactly mean? Is there a plug-in repository where we could find and pull in plug-ins for semantic kernel, or are we only intended to use the out-of-the-box plugins and build our own? |
Answered by
craigomatic
Jun 6, 2023
Replies: 1 comment 1 reply
|
Yes you can "import" the plugin to SK. A good place to start looking at the code to do this would be over here (C#): https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example21_ChatGPTPlugins.cs |
1 reply
Answer selected by
jsypkens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes you can "import" the plugin to SK. A good place to start looking at the code to do this would be over here (C#): https://github.com/microsoft/semantic-kernel/blob/main/samples/dotnet/kernel-syntax-examples/Example21_ChatGPTPlugins.cs