Skip to content

Commit

Permalink
Enabled Ai Chat feature now it's released to preview. (#2734)
Browse files Browse the repository at this point in the history
* Enabled Ai Chat feature now it's released to preview.

* Added min supported version

* updated indent
  • Loading branch information
Jonathan-L authored Feb 6, 2025
1 parent b5c3884 commit ad42286
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions overrides/windows-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,16 @@
}
},
"aiChat": {
"state": "disabled",
"state": "enabled",
"features": {
"toolbarShortcut": {
"state": "disabled"
"state": "enabled"
},
"applicationMenuShortcut": {
"state": "disabled"
"state": "enabled"
}
},
"minSupportedVersion": "0.100.0",
"settings": {
"aiChatURL": "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=3",
"onboardingCookieName": "dcm",
Expand Down

0 comments on commit ad42286

Please sign in to comment.