返回提交历史
Modified
g4f/Provider/Liaobots.py
+1
-1
XFEstudio/gpt4free
Update Liaobots.py
235dabf2
代码差异
1 个文件
+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",