mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Revert "Fix type hint"
This commit is contained in:
parent
489748892b
commit
78bfbe717d
31 changed files with 250 additions and 39 deletions
|
|
@ -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})"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue