Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created June 11, 2024 21:42
Show Gist options
  • Save xximjasonxx/bfd984aca90ad403cc5dd6f60d32bd6d to your computer and use it in GitHub Desktop.
Save xximjasonxx/bfd984aca90ad403cc5dd6f60d32bd6d to your computer and use it in GitHub Desktop.
var builder = Kernel.CreateBuilder();
builder.Plugins.AddFromType<MathPlugin>();
builder.AddAzureOpenAIChatCompletion(
"<deploymentname>",
"<open ai instance endpoint>",
"<api key>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment