Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix(Bing): fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-Weiss committed Jan 24, 2024
1 parent 1ebe9c6 commit 842a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ This section will elaborate the parameters that are specific to Bing Chat that a
- `useBase64`: Adds a section to the system message to tell the AI to use base64
- `useUserSuffixMessage`: Adds a message by the user reading `Continue the message in the current Context` which will prevent the moderation filter to trigger for user messages, but may confuse the AI
- `plugins`: Enables the plugins in the array with the value `true`. See the `#resolvePlugins` method in the `BingAIClient.js` class for valid plugins
- `persona`: Enables a Microsoft custom GPT. See the `#resolvePersona` method in the `BingAIClient.js` class for valid plugins
- `persona`: Enables a Microsoft custom GPT. See the `#resolvePersona` method in the `BingAIClient.js` class for valid personas


# ChatGPT API
Expand Down

0 comments on commit 842a1bf

Please sign in to comment.