mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-03 03:40:12 +00:00
e5b7f72b71
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
6 lines
149 B
Python
6 lines
149 B
Python
from .providers.types import ProviderType
|
|
|
|
logging: bool = False
|
|
version_check: bool = True
|
|
last_provider: ProviderType = None
|
|
last_model: str = None |