Indicated support of message history in Bing.py

This commit is contained in:
Luneye 2023-10-24 23:44:44 +02:00 committed by GitHub
parent e93887aff8
commit 2f539d0601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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