mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
fix typo: provider -> Provider
This commit is contained in:
parent
51cfcde2b3
commit
c6f2277906
28 changed files with 34 additions and 34 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