返回提交历史
Modified
g4f/Provider/AiMathGPT.py
+0
-4
XFEstudio/gpt4free
Update (g4f/Provider/AiMathGPT.py)
51e9d02d
代码差异
1 个文件
+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)