summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Equing.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Equing.py')
-rw-r--r--g4f/Provider/Equing.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/g4f/Provider/Equing.py b/g4f/Provider/Equing.py
index 0ebb93a5..261c53c0 100644
--- a/g4f/Provider/Equing.py
+++ b/g4f/Provider/Equing.py
@@ -6,12 +6,12 @@ from abc import ABC, abstractmethod
import requests
from ..typing import Any, CreateResult
+from .base_provider import BaseProvider
-class Equing(ABC):
+class Equing(BaseProvider):
url: str = 'https://next.eqing.tech/'
- working = True
- needs_auth = False
+ working = False
supports_stream = True
supports_gpt_35_turbo = True
supports_gpt_4 = False