mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
Indicated support of message history in FakeGpt.py
This commit is contained in:
parent
7f6d85f861
commit
aee8d5e628
@ -10,6 +10,7 @@ from .helper import format_prompt
|
||||
|
||||
class FakeGpt(AsyncGeneratorProvider):
|
||||
url = "https://chat-shared2.zhile.io"
|
||||
supports_message_history = True
|
||||
supports_gpt_35_turbo = True
|
||||
working = True
|
||||
_access_token = None
|
||||
|
Loading…
Reference in New Issue
Block a user