Indicated support of message history in GptForLove.py

This commit is contained in:
Luneye 2023-10-24 23:46:54 +02:00 committed by GitHub
parent 2f539d0601
commit 4bb751d989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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