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

chore(Bing): update turbo availability in Readme #10

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This section will elaborate the parameters that are specific to Bing Chat that a
- `invocationId`: The index of the message. Empty for first message and gets incremented by one for each ended user turn.
- `imageBase64`: (optional) base64 string of an image bing should analyze
- `imageURL`: (optional) URL of an image that Bing should analyze. Has precedence over imageBase64 if both parameters are passed.
- `modelVersion`: Used to toggle between models. Passing `gpt-4 turbo` will use GPT-4 Turbo. Any other string uses the default model defined by the optionSet
- `modelVersion`: Used to toggle between models. Passing `gpt-4 turbo` will use GPT-4 Turbo (be aware that Turbo is Copilot Pro only at the present date). Any other string uses the default model defined by the optionSet
- `systemMessage`: Used when enabling jailbreak mode. Add another system message to the AI.
- `showSuggestions`: Toggles the three suggestions by the suggestion AI to be returned
- `useBase64`: Adds a section to the system message to tell the AI to use base64
Expand Down