Function calling with Mixtral 8x22B #5970
Answered
by
markwallace-microsoft
deepinderdeol
asked this question in
Q&A
-
Mixtral 8x22B has function calling capability. Is it possible to use this model with Semantic-Kernel? If anyone has tried this out then can you please provide some guidance? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
markwallace-microsoft
Apr 23, 2024
Replies: 1 comment 2 replies
-
Hi @deepinderdeol Please try this out and let us know how things go. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @deepinderdeol
we have a sample which shows how to use our OpenAI connector with other models, see: https://github.com/microsoft/semantic-kernel/blob/main/dotnet/samples/KernelSyntaxExamples/Example88_CustomMessageAPIEndpoint.cs
Please try this out and let us know how things go.