Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
renqabs authored Jan 15, 2024
1 parent 7732b63 commit 529338d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/bots/bing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const getOptionSets = (conversationStyle: BingConversationStyle, allowSeach = tr
]
}[conversationStyle]
if (allowSeach === false) {
results.push('nosearchall')
results.push('dlgpt4t')
}
return results
Expand Down

0 comments on commit 529338d

Please sign in to comment.