summaryrefslogtreecommitdiffstats
path: root/g4f/models.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-09 08:49:37 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-09 08:49:37 +0100
commit6aae1891dabdbb10917e8b2200f25b7b6ecbd536 (patch)
treea4115551e1f9b64cc3a69f53ea2e84e166b5cbfe /g4f/models.py
parentFix OpenaiChat provider, Fix issue with curl_cffi (diff)
downloadgpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar.gz
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar.bz2
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar.lz
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar.xz
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.tar.zst
gpt4free-6aae1891dabdbb10917e8b2200f25b7b6ecbd536.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index e58ccef2..b971cf2d 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -89,7 +89,7 @@ gpt_4 = Model(
name = 'gpt-4',
base_provider = 'openai',
best_provider = RetryProvider([
- Bing, Phind, Liaobots,
+ Bing, Liaobots,
])
)