summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Vitalentum.py
diff options
context:
space:
mode:
authorMIDORIBIN <aquarion123@gmail.com>2023-09-16 03:33:25 +0200
committerMIDORIBIN <aquarion123@gmail.com>2023-09-16 03:36:47 +0200
commitc6f2277906ec87bcb3a6848eb299d3ff0d05bd2d (patch)
treea9d131e0cab877800bc95f465a73ff299f1b7e27 /g4f/Provider/Vitalentum.py
parentfix type hint (diff)
downloadgpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar.gz
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar.bz2
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar.lz
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar.xz
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.tar.zst
gpt4free-c6f2277906ec87bcb3a6848eb299d3ff0d05bd2d.zip
Diffstat (limited to 'g4f/Provider/Vitalentum.py')
-rw-r--r--g4f/Provider/Vitalentum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Vitalentum.py b/g4f/Provider/Vitalentum.py
index 31ad8b80..61e84409 100644
--- a/g4f/Provider/Vitalentum.py
+++ b/g4f/Provider/Vitalentum.py
@@ -63,4 +63,4 @@ class Vitalentum(AsyncGeneratorProvider):
("temperature", "float"),
]
param = ", ".join([": ".join(p) for p in params])
- return f"g4f.provider.{cls.__name__} supports: ({param})" \ No newline at end of file
+ return f"g4f.Provider.{cls.__name__} supports: ({param})" \ No newline at end of file