gpt4free/g4f/debug.py
Heiner Lohaus 1eb7dc05e5 Fix: ChromeDriver only supports characters in the BMP
Add set_cookies helper, Show last used model
2024-01-26 12:49:52 +01:00

6 lines
147 B
Python

from .base_provider import ProviderType
logging: bool = False
version_check: bool = True
last_provider: ProviderType = None
last_model: str = None