We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0581a4f commit 374a849Copy full SHA for 374a849
utils/user-config/index.ts
@@ -66,7 +66,7 @@ export async function _getUserConfig() {
66
}
67
68
69
- const enableBrowserUse = await new Config('browserUse.enable').default(false).build()
+ const enableBrowserUse = await new Config('browserUse.enable').default(true).build()
70
const enableOnlineSearch = await new Config('chat.onlineSearch.enable').default(true).build()
71
const defaultChatSystemPrompt = computed(() => {
72
const enableBrowserUseStatus = enableBrowserUse.get()
0 commit comments