summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Liaobots.py
diff options
context:
space:
mode:
authorkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-04-12 21:00:57 +0200
committerGitHub <noreply@github.com>2024-04-12 21:00:57 +0200
commitfa739d2e7cb5328c93c0b4ef0d2192858a805d34 (patch)
treeaf219e57aeeecd24fa05faf0fdb06d4bbb8de8d2 /g4f/Provider/Liaobots.py
parentAdd labels to provider list (diff)
downloadgpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar.gz
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar.bz2
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar.lz
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar.xz
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.tar.zst
gpt4free-fa739d2e7cb5328c93c0b4ef0d2192858a805d34.zip
Diffstat (limited to 'g4f/Provider/Liaobots.py')
-rw-r--r--g4f/Provider/Liaobots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Liaobots.py b/g4f/Provider/Liaobots.py
index b3bd6540..deb7899c 100644
--- a/g4f/Provider/Liaobots.py
+++ b/g4f/Provider/Liaobots.py
@@ -142,7 +142,7 @@ class Liaobots(AsyncGeneratorProvider, ProviderModelMixin):
"model": models[cls.get_model(model)],
"messages": messages,
"key": "",
- "prompt": kwargs.get("system_message", "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully."),
+ "prompt": kwargs.get("system_message", "You are a helpful assistant."),
}
async with session.post(
"https://liaobots.work/api/chat",