Replies: 1 comment 1 reply
-
tagging @markwallace-microsoft and @sophialagerkranspandey for visibility - triage. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to call the plugin using the Semantic Kernel. The model in use is mistral:7b with the local Ollama. Both the native plugin and the semantic plugin are working fine, and it appears that mistral:7b is correctly calling my plugin.
However, when I try to call the APIs in the OpenAPI schema with mistral:7b, it failed. Here is the sample code snippet:
result.FinalAnswer is empty. Looking at result.ChatHistory, I see that mistral:7b doesn't call any restfulAPI in swagger.json for me.
So, I switched the model to Azure Open AI's gpt-4o and found that it successfully called the correct RESTful APIs without any issues!"
I just replace the kernel with the following code:
Is it possible for mistral:7b or any other models to support OpenAPI Schema like gpt-4o?
Beta Was this translation helpful? Give feedback.
All reactions