summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/deprecated/Vitalentum.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-10-14 15:36:47 +0200
committerGitHub <noreply@github.com>2023-10-14 15:36:47 +0200
commit8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5 (patch)
tree5f205c79c060098f056a9e1460b872696de5871c /g4f/Provider/deprecated/Vitalentum.py
parentMerge branch 'main' of https://github.com/xtekky/gpt4free (diff)
parentFix Opchatgpts and ChatForAi Provider (diff)
downloadgpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.gz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.bz2
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.lz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.xz
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.tar.zst
gpt4free-8bdbb9e9cda7901c3bfc23de2f9f44b3f2e3d1e5.zip
Diffstat (limited to '')
-rw-r--r--g4f/Provider/deprecated/Vitalentum.py (renamed from g4f/Provider/Vitalentum.py)5
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/Provider/Vitalentum.py b/g4f/Provider/deprecated/Vitalentum.py
index 37e259b2..8deb1f50 100644
--- a/g4f/Provider/Vitalentum.py
+++ b/g4f/Provider/deprecated/Vitalentum.py
@@ -3,12 +3,11 @@ from __future__ import annotations
import json
from aiohttp import ClientSession
-from .base_provider import AsyncGeneratorProvider
-from ..typing import AsyncResult, Messages
+from ..base_provider import AsyncGeneratorProvider
+from ...typing import AsyncResult, Messages
class Vitalentum(AsyncGeneratorProvider):
url = "https://app.vitalentum.io"
- working = True
supports_gpt_35_turbo = True