Indicated support of message history in Bing.py

pull/1149/head
Luneye 8 months ago committed by GitHub
parent e93887aff8
commit 2f539d0601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ default_cookies = {
class Bing(AsyncGeneratorProvider):
url = "https://bing.com/chat"
working = True
supports_message_history = True
supports_gpt_4 = True
@staticmethod

Loading…
Cancel
Save