Revert "Fix type hint"

This commit is contained in:
Tekky 2023-09-17 22:23:54 +01:00 committed by GitHub
parent 489748892b
commit 78bfbe717d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 250 additions and 39 deletions

View file

@ -103,4 +103,4 @@ class HuggingChat(AsyncGeneratorProvider):
("proxy", "str"),
]
param = ", ".join([": ".join(p) for p in params])
return f"g4f.Provider.{cls.__name__} supports: ({param})"
return f"g4f.provider.{cls.__name__} supports: ({param})"