返回提交历史
Modified
g4f/Provider/Bing.py
+4
-2
XFEstudio/gpt4free
Update Bing Sets
Needs to be tested, if this addition is not made, bing will not work well enough
20b2e076
代码差异
1 个文件
+4
-2
@@ -141,7 +141,9 @@ class Defaults:
141
141
'nlu_direct_response_filter', 'deepleo', 'disable_emoji_spoken_text',
142
142
'responsible_ai_policy_235', 'enablemm', 'iyxapbing', 'iycapbing',
143
143
'gencontentv3', 'fluxsrtrunc', 'fluxtrunc', 'fluxv1', 'rai278',
144
'replaceurl', 'eredirecturl', 'nojbfedge'
144
'replaceurl', 'eredirecturl', 'nojbfedge', "fluxcopilot", "nojbf",
145
"dgencontentv3", "nointernalsugg", "disable_telemetry", "machine_affinity",
146
"streamf", "codeint", "langdtwb", "fdwtlst", "fluxprod", "deuct3"
145
147
]
146
148
147
149
# Default cookies
@@ -156,7 +158,7 @@ class Defaults:
156
158
157
159
class ConversationStyleOptionSets():
158
160
CREATIVE = ["h3imaginative", "clgalileo", "gencontentv3"]
159
BALANCED = ["galileo"]
161
BALANCED = ["galileo", "gldcl1p"]
160
162
PRECISE = ["h3precise", "clgalileo"]
161
163
162
164
def format_message(msg: dict) -> str: