XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Update Liaobots.py

235dabf2
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Liaobots.py +1 -1
@@ -78,7 +78,7 @@ class Liaobots(AsyncGeneratorProvider):
78 78 "model": models[model],
79 79 "messages": messages,
80 80 "key": "",
81 "prompt": "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully.",
81 "prompt": kwargs.get("system_message", "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully."),
82 82 }
83 83 async with session.post(
84 84 "https://liaobots.work/api/chat",