Skip to content

Commit

Permalink
Default the planner to disabled since we just published a how-to vide…
Browse files Browse the repository at this point in the history
…o. (microsoft#789)

### Motivation and Context
Default the planner to disabled since we just published a how-to video
assuming the planner is not enabled.
  • Loading branch information
adrianwyatt committed May 3, 2023
1 parent c92c854 commit ce92d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/apps/copilot-chat-app/webapi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
// - Set "Key" using dotnet's user secrets (see above) (i.e. dotnet user-secrets set "Planner:AIService:Key" "MY_OPENAI_KEY")
//
"Planner": {
"Enabled": true,
"Enabled": false,
"AIService": {
"AIService": "AzureOpenAI",
"DeploymentOrModelId": "gpt-35-turbo",
Expand Down

0 comments on commit ce92d96

Please sign in to comment.