mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-12 19:10:32 +00:00
1eb7dc05e5
Add set_cookies helper, Show last used model
6 lines
147 B
Python
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 |