Replies: 1 comment
-
@ewitkon you will want to mimic a connector like these - https://github.com/microsoft/semantic-kernel/tree/main/dotnet/src/Connectors/Connectors.OpenAI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I want my semantic kernel to connect to my model which is hosted on my server, what interface does my model have to expose so it can be supported by semantic kernel?
Do we need to contribute something to this project similar to
kernel.add_text_completion_service("dv", AzureTextCompletion("text-davinci-003", endpoint, api_key))
?Beta Was this translation helpful? Give feedback.
All reactions