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

XFEstudio/gpt4free

Update (g4f/Provider/AiMathGPT.py)

51e9d02d
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -4
Modified g4f/Provider/AiMathGPT.py +0 -4
@@ -59,10 +59,6 @@ class AiMathGPT(AsyncGeneratorProvider, ProviderModelMixin):
59 59 async with ClientSession(headers=headers) as session:
60 60 data = {
61 61 "messages": [
62 {
63 "role": "system",
64 "content": ""
65 },
66 62 {
67 63 "role": "user",
68 64 "content": format_prompt(messages)