返回提交历史
Modified
g4f/Provider/GptForLove.py
+1
-0
XFEstudio/gpt4free
Indicated support of message history in GptForLove.py
4bb751d9
代码差异
1 个文件
+1
-0
@@ -9,6 +9,7 @@ from .helper import format_prompt
9
9
10
10
class GptForLove(AsyncGeneratorProvider):
11
11
url = "https://ai18.gptforlove.com"
12
supports_message_history = True
12
13
supports_gpt_35_turbo = True
13
14
working = True
14
15