mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
7 lines
169 B
Python
7 lines
169 B
Python
from .providers.types import ProviderType
|
|
|
|
logging: bool = False
|
|
version_check: bool = True
|
|
last_provider: ProviderType = None
|
|
last_model: str = None
|
|
version: str = None |