Replies: 1 comment
-
Converted this to issue: #6399 |
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
-
I am trying to see whether Semantic Kernel with light switch plugin sample works with OLLAMA with Phi3.
Ollama is running on http://127.0.0.1:11434
Uses
AddOpenAIChatCompletion("phi3", new Uri("http://127.0.0.1:11434"),"apikey");
Here is the sample code
Beta Was this translation helpful? Give feedback.
All reactions