summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/TalkAi.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/TalkAi.py')
-rw-r--r--g4f/Provider/TalkAi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/TalkAi.py b/g4f/Provider/TalkAi.py
index 85f56dda..d4efd269 100644
--- a/g4f/Provider/TalkAi.py
+++ b/g4f/Provider/TalkAi.py
@@ -3,10 +3,10 @@ from __future__ import annotations
import time, json, time
from ..typing import CreateResult, Messages
-from .base_provider import BaseProvider
+from .base_provider import AbstractProvider
from ..webdriver import WebDriver, WebDriverSession
-class TalkAi(BaseProvider):
+class TalkAi(AbstractProvider):
url = "https://talkai.info"
working = True
supports_gpt_35_turbo = True