mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add Pyinstaller support, Use curl_cffi in You provider
This commit is contained in:
parent
95b1b8c025
commit
8cc6000ffb
13 changed files with 106 additions and 50 deletions
|
|
@ -3,4 +3,5 @@ from .providers.types import ProviderType
|
|||
logging: bool = False
|
||||
version_check: bool = True
|
||||
last_provider: ProviderType = None
|
||||
last_model: str = None
|
||||
last_model: str = None
|
||||
version: str = None
|
||||
Loading…
Add table
Add a link
Reference in a new issue