mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
requested removal of DuckDuckGo
This commit is contained in:
parent
c91fef3eb3
commit
b9ced12c76
3 changed files with 1 additions and 89 deletions
|
|
@ -11,7 +11,6 @@ from .Provider import (
|
|||
ChatgptNext,
|
||||
Cnote,
|
||||
DeepInfra,
|
||||
DuckDuckGo,
|
||||
Feedough,
|
||||
FreeGpt,
|
||||
Gemini,
|
||||
|
|
@ -71,7 +70,6 @@ gpt_35_long = Model(
|
|||
ChatgptNext,
|
||||
OpenaiChat,
|
||||
Koala,
|
||||
DuckDuckGo,
|
||||
])
|
||||
)
|
||||
|
||||
|
|
@ -196,7 +194,7 @@ claude_3_sonnet = Model(
|
|||
claude_3_haiku = Model(
|
||||
name = 'claude-3-haiku',
|
||||
base_provider = 'anthropic',
|
||||
best_provider = DuckDuckGo
|
||||
best_provider = None
|
||||
)
|
||||
|
||||
gpt_35_turbo_16k = Model(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue