mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-10-12 19:50:13 +08:00
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 |