From 799620949f23c33f04207e1dd095df8e16e1955a Mon Sep 17 00:00:00 2001 From: Richard-Weiss <76665424+Richard-Weiss@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:33:21 +0100 Subject: [PATCH] chore(Bing): update turbo availability in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6ea289..0d93d7c0 100644 --- a/README.md +++ b/README.md @@ -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