mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Fix: ChromeDriver only supports characters in the BMP
Add set_cookies helper, Show last used model
This commit is contained in:
parent
feb83c168b
commit
1eb7dc05e5
18 changed files with 75 additions and 63 deletions
|
|
@ -2,4 +2,5 @@ from .base_provider import ProviderType
|
|||
|
||||
logging: bool = False
|
||||
version_check: bool = True
|
||||
last_provider: ProviderType = None
|
||||
last_provider: ProviderType = None
|
||||
last_model: str = None
|
||||
Loading…
Add table
Add a link
Reference in a new issue