mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update config supports_message_history
This commit is contained in:
parent
1e5a0eda1b
commit
79cf039a88
27 changed files with 56 additions and 47 deletions
|
|
@ -30,10 +30,10 @@ default_cookies = {
|
|||
}
|
||||
|
||||
class Bing(AsyncGeneratorProvider):
|
||||
url = "https://bing.com/chat"
|
||||
working = True
|
||||
url = "https://bing.com/chat"
|
||||
working = True
|
||||
supports_message_history = True
|
||||
supports_gpt_4 = True
|
||||
supports_gpt_4 = True
|
||||
|
||||
@staticmethod
|
||||
def create_async_generator(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue