2024-02-21 23:16:58 +00:00
|
|
|
from .providers.types import ProviderType
|
2023-12-10 23:56:06 +00:00
|
|
|
|
2024-01-01 16:48:57 +00:00
|
|
|
logging: bool = False
|
|
|
|
version_check: bool = True
|
2024-01-26 11:49:52 +00:00
|
|
|
last_provider: ProviderType = None
|
|
|
|
last_model: str = None
|