summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/V50.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/V50.py')
-rw-r--r--g4f/Provider/V50.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/V50.py b/g4f/Provider/V50.py
index 7b873979..81a95ba8 100644
--- a/g4f/Provider/V50.py
+++ b/g4f/Provider/V50.py
@@ -64,4 +64,4 @@ class V50(BaseProvider):
("top_p", "int"),
]
param = ", ".join([": ".join(p) for p in params])
- return f"g4f.Provider.{cls.__name__} supports: ({param})"
+ return f"g4f.provider.{cls.__name__} supports: ({param})" \ No newline at end of file