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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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