Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored and github-actions[bot] committed Sep 6, 2023
1 parent 5b52dc8 commit 31ebab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/bard.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Bard extends Provider {

static getUserAgent() {
// bard does not accept Electron mentions.
// also must be realistic UA string, not just "Chrome", or this happens https://github.com/smol-ai/GodMode/pull/231
// also must be realistic UA string, not just "Chrome", or this happens https://github.com/smol-ai/GodMode/pull/231
return 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36';
}

Expand Down

0 comments on commit 31ebab4

Please sign in to comment.