Add Pyinstaller support, Use curl_cffi in You provider

This commit is contained in:
Heiner Lohaus 2024-03-15 11:46:06 +01:00
parent 95b1b8c025
commit 8cc6000ffb
13 changed files with 106 additions and 50 deletions

View file

@ -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