返回提交历史
Modified
g4f/Provider/Yqcloud.py
+1
-0
XFEstudio/gpt4free
Indicated support of message history in Yqcloud.py
c43f82e9
代码差异
1 个文件
+1
-0
@@ -10,6 +10,7 @@ from .base_provider import AsyncGeneratorProvider, format_prompt
10
10
class Yqcloud(AsyncGeneratorProvider):
11
11
url = "https://chat9.yqcloud.top/"
12
12
working = True
13
supports_message_history = True
13
14
supports_gpt_35_turbo = True
14
15
15
16
@staticmethod