Skip to content

Commit

Permalink
revert offline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
renqabs authored Mar 31, 2024
1 parent de35bb6 commit 453d6a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/bots/bing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const getOptionSets = (conversationStyle: BingConversationStyle, allowSeach = tr
]
}[conversationStyle]
if (allowSeach === false) {
//results.push('nosearchall')
results.push('gpt4tmncnp')
results.push('nosearchall')
//results.push('gpt4tmncnp')
}
return results
}
Expand Down

0 comments on commit 453d6a2

Please sign in to comment.