Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcominerva committed Jan 30, 2024
1 parent 1e911dd commit 6a7192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ChatGptApi/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ChatGPT": {
"Provider": "OpenaI", // Optional. Allowed values: OpenAI (default) or Azure
"Provider": "OpenAI", // Optional. Allowed values: OpenAI (default) or Azure
"ApiKey": "", // Required
//"Organization": "", // Optional, used only by OpenAI
"ResourceName": "", // Required when using Azure OpenAI Service
Expand Down

0 comments on commit 6a7192c

Please sign in to comment.