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
73 stars 26 forks source link

Reorganise samples, update samples nuget packages, update build trigger #25

Closed manvkaur closed 7 months ago

manvkaur commented 7 months ago
  1. Reorganised samples into folders for each feature and supported languages underneath image
  2. Resolved CG vulnerabilities: Upgrade Microsoft.AspNetCore.Http from 2.1.0 to 2.1.22 to fix the vulnerability. Removed Microsoft.AspNetCore.Mvc.Core reference from isolated projects Removed STJ reference from in proc project
  3. Nuget Package Artifact build - PR trigger removed, path trigger updated.
  4. Nuget packages updated in samples C# projects.
  5. Some text updates in README files (more README organisation separately)
  6. Updated host json to include logging for extension WebJobs
  7. Also addressing https://github.com/Azure/azure-functions-openai-extension/issues/21
  8. Renamed Startup file for Kusto project, removed extra startup file from WebJobs extension
  9. Updated packages for extension projects
  10. Fixed bug in totalTokens, count was not being set
  11. Bumped the version in changelog to 0.9.0