summaryrefslogtreecommitdiffstats
path: root/g4f/providers/base_provider.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-11-20 09:52:38 +0100
committerGitHub <noreply@github.com>2024-11-20 09:52:38 +0100
commitdba41cda5647dc912e581d4bf81c09bb25257aab (patch)
treedd81fba3f02f268db8129c6105d952550560436b /g4f/providers/base_provider.py
parentNew RobocodersAPI provider with providers enhancement and client updates (#2388) (diff)
downloadgpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar.gz
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar.bz2
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar.lz
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar.xz
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.tar.zst
gpt4free-dba41cda5647dc912e581d4bf81c09bb25257aab.zip
Diffstat (limited to '')
-rw-r--r--g4f/providers/base_provider.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/providers/base_provider.py b/g4f/providers/base_provider.py
index 128fb5a0..9fa17fc3 100644
--- a/g4f/providers/base_provider.py
+++ b/g4f/providers/base_provider.py
@@ -290,6 +290,7 @@ class ProviderModelMixin:
default_model: str = None
models: list[str] = []
model_aliases: dict[str, str] = {}
+ image_models: list = None
@classmethod
def get_models(cls) -> list[str]: