Add files via upload

This commit is contained in:
kqlio67 2024-07-08 20:51:03 +00:00 committed by GitHub
parent a8ab2ad771
commit a2f11e409d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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