-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nuget pkgs, update deploy to use gpt-4o-mini and target region (…
…#358) ## Purpose - update nuget packages to latest versions - change default model from `gpt-35-turbo` to `gpt-4o-mini` - change default azure deployment region to `East US` - remove the paragraph about requesting access to `AOAI` ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [X] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [X] Refactoring (no functional changes, no api changes) [X] Documentation content changes [X] Other: Update deploy to use the latest AOAI GPT model ``` ## How to Test * Get the code ``` git clone [repo-address] cd [repo-name] ``` * Test the code / deploy ``` azd up ```
- Loading branch information
Showing
3 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters