diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-13 08:09:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 08:09:40 +0100 |
commit | f9b4a6c39bb2094265d2c8220dd740176ce81364 (patch) | |
tree | 1456564a75d64bbbf26eaea3d8150ae47987b66a | |
parent | Update client.md (diff) | |
parent | Update Bing Sets (diff) | |
download | gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar.gz gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar.bz2 gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar.lz gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar.xz gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.tar.zst gpt4free-f9b4a6c39bb2094265d2c8220dd740176ce81364.zip |
-rw-r--r-- | g4f/Provider/Bing.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py index b3852e4e..5b5f89aa 100644 --- a/g4f/Provider/Bing.py +++ b/g4f/Provider/Bing.py @@ -141,7 +141,9 @@ class Defaults: 'nlu_direct_response_filter', 'deepleo', 'disable_emoji_spoken_text', 'responsible_ai_policy_235', 'enablemm', 'iyxapbing', 'iycapbing', 'gencontentv3', 'fluxsrtrunc', 'fluxtrunc', 'fluxv1', 'rai278', - 'replaceurl', 'eredirecturl', 'nojbfedge' + 'replaceurl', 'eredirecturl', 'nojbfedge', "fluxcopilot", "nojbf", + "dgencontentv3", "nointernalsugg", "disable_telemetry", "machine_affinity", + "streamf", "codeint", "langdtwb", "fdwtlst", "fluxprod", "deuct3" ] # Default cookies @@ -156,7 +158,7 @@ class Defaults: class ConversationStyleOptionSets(): CREATIVE = ["h3imaginative", "clgalileo", "gencontentv3"] - BALANCED = ["galileo"] + BALANCED = ["galileo", "gldcl1p"] PRECISE = ["h3precise", "clgalileo"] def format_message(msg: dict) -> str: |