diff options
author | Luneye <73485421+Luneye@users.noreply.github.com> | 2023-10-24 23:40:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 23:40:15 +0200 |
commit | c43f82e966299576bc4c58f58bf15d215c2eb695 (patch) | |
tree | f886697c33c78862ada34137957e45c9eef9ed2a | |
parent | Indicated support of message history in You.py (diff) | |
download | gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar.gz gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar.bz2 gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar.lz gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar.xz gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.tar.zst gpt4free-c43f82e966299576bc4c58f58bf15d215c2eb695.zip |
-rw-r--r-- | g4f/Provider/Yqcloud.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/Yqcloud.py b/g4f/Provider/Yqcloud.py index 2829c5bf..12eb7bbb 100644 --- a/g4f/Provider/Yqcloud.py +++ b/g4f/Provider/Yqcloud.py @@ -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 |