summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/AiMathGPT.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/AiMathGPT.py')
-rw-r--r--g4f/Provider/AiMathGPT.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/g4f/Provider/AiMathGPT.py b/g4f/Provider/AiMathGPT.py
index 4399320a..90931691 100644
--- a/g4f/Provider/AiMathGPT.py
+++ b/g4f/Provider/AiMathGPT.py
@@ -60,10 +60,6 @@ class AiMathGPT(AsyncGeneratorProvider, ProviderModelMixin):
data = {
"messages": [
{
- "role": "system",
- "content": ""
- },
- {
"role": "user",
"content": format_prompt(messages)
}