Indicated support of message history in GPTalk.py

pull/1149/head
Luneye 11 months ago committed by GitHub
parent c43f82e966
commit 0b43c13268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save