Indicated support of message history in Yqcloud.py

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

View File

@ -10,6 +10,7 @@ from .base_provider import AsyncGeneratorProvider, format_prompt
class Yqcloud(AsyncGeneratorProvider):
url = "https://chat9.yqcloud.top/"
working = True
supports_message_history = True
supports_gpt_35_turbo = True
@staticmethod