Azure / azure-functions-openai-extension

An extension that adds support for Azure OpenAI/ OpenAI bindings in Azure Functions for LLM (GPT-3.5-Turbo, GPT-4, etc)
MIT License
80 stars 29 forks source link

Add JavaScript samples #106

Closed ejizba closed 3 months ago

ejizba commented 3 months ago

The diff is gonna be gross, but I split this PR into separate commits for easier review. These are the most interesting/reviewable commits:

  1. The oldest commit: I removed extensions.csproj in favor of the preview bundle for Node.js samples (discussed offline)
  2. The newest commit: I converted the (copied) TS samples into JS

Fixes https://github.com/Azure/azure-functions-pyfx-planning/issues/402