mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
Indicated support of message history in Yqcloud.py
This commit is contained in:
parent
c839597c6d
commit
c43f82e966
@ -10,6 +10,7 @@ from .base_provider import AsyncGeneratorProvider, format_prompt
|
||||
class Yqcloud(AsyncGeneratorProvider):
|
||||
url = "https://chat9.yqcloud.top/"
|
||||
working = True
|
||||
supports_message_history = True
|
||||
supports_gpt_35_turbo = True
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user