Update Bing Sets

Needs to be tested, if this addition is not made, bing will not work well enough
This commit is contained in:
Eikosa 2024-02-12 21:57:20 +03:00 committed by GitHub
parent 32adba7494
commit 20b2e076c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: