Indicated support of message history in GPTalk.py

This commit is contained in:
Luneye 2023-10-24 23:41:08 +02:00 committed by GitHub
parent c43f82e966
commit 0b43c13268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ from .helper import format_prompt
class GPTalk(AsyncGeneratorProvider):
url = "https://gptalk.net"
supports_gpt_35_turbo = True
supports_message_history = True
working = True
_auth = None