Azure-Samples / openai

The repository for all Azure OpenAI Samples complementing the OpenAI cookbook.
https://aka.ms/azure-openai
MIT License
1.1k stars 372 forks source link

bug fixes and move to few-shot classifier #26

Closed mishrapratyush closed 1 year ago

mishrapratyush commented 1 year ago

Purpose

Has two changes:

  1. Fixes to aoai resource deployment template and
  2. Code change to move from fine-tuned classifier to few-shot classifer

Does this introduce a breaking change?

[X] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[X] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test