From 51e9d02d84e40160e9738d19244ac1995bb59b52 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Sat, 26 Oct 2024 18:59:40 +0300 Subject: Update (g4f/Provider/AiMathGPT.py) --- g4f/Provider/AiMathGPT.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'g4f/Provider/AiMathGPT.py') 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 @@ -59,10 +59,6 @@ class AiMathGPT(AsyncGeneratorProvider, ProviderModelMixin): async with ClientSession(headers=headers) as session: data = { "messages": [ - { - "role": "system", - "content": "" - }, { "role": "user", "content": format_prompt(messages) -- cgit v1.2.3