Craig Presti
Craig Presti
I believe this is due to the samples currently expecting text completion endpoints, not chat completion endpoints (which 3.5 turbo and 4 require). We added additional validation to the github...
We just updated the samples to support chat completion models, ie: gpt35 turbo and gpt4 with PR #1279 so if you pull the latest code you should be able to...
While the frontend is react, all the magic in that sample is happening in the backend via dotnet. Take a look at https://github.com/microsoft/semantic-kernel/blob/ccb9c26039f5562be22242354a5639116ff5ada5/samples/dotnet/github-skills/GitHubSkill.cs#L163 For PDF you would need to run...
Noted - in the meantime would this be helpful? https://github.com/microsoft/node-api-dotnet https://github.com/microsoft/node-api-dotnet/tree/main/examples/semantic-kernel
Assuming you are building everything from source, would you mind changing all references where `CheckCertificateRevocationList = true` to `CheckCertificateRevocationList = false`:  Then func start KernelHttpServer and try the web...
Hmm, ok thank you for trying that. Would it be possible to get a stack trace from the KernelHttpServer? From memory the client app is only getting the top level...
This has been a tricky one to repro at this end. Could I ask for someone on the thread experiencing the issue to try and repro with one of the...
Thank you for trying this, may I ask if you had a valid Bing key setup before running the sample? I believe the 401 you are getting is the Bing...
You should be able to get a bing web api key via https://www.microsoft.com/en-us/bing/apis/bing-web-search-api
@rust17 were you able to try this with a key via the link above? Anyone else on the thread still seeing this issue and/or willing to try the smaller sample...