Indicated support of message history in GptForLove.py

pull/1149/head
Luneye 8 months ago committed by GitHub
parent 2f539d0601
commit 4bb751d989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ from .helper import format_prompt
class GptForLove(AsyncGeneratorProvider):
url = "https://ai18.gptforlove.com"
supports_message_history = True
supports_gpt_35_turbo = True
working = True

Loading…
Cancel
Save