summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Yqcloud.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-25 15:07:40 +0200
committerGitHub <noreply@github.com>2023-10-25 15:07:40 +0200
commita167970d766671ccb79613dbeacf5747f9c3f2bf (patch)
tree1e6c5479bd3793cfef48775229764c22881e5e8a /g4f/Provider/Yqcloud.py
parentMerge pull request #1152 from guspan-tanadi/Providerlinkpath-1 (diff)
parentIndicated support of message history in GptForLove.py (diff)
downloadgpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar.gz
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar.bz2
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar.lz
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar.xz
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.tar.zst
gpt4free-a167970d766671ccb79613dbeacf5747f9c3f2bf.zip
Diffstat (limited to 'g4f/Provider/Yqcloud.py')
-rw-r--r--g4f/Provider/Yqcloud.py1
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