requested removal of DuckDuckGo

This commit is contained in:
abc 2024-06-09 21:28:07 +01:00
parent c91fef3eb3
commit b9ced12c76
3 changed files with 1 additions and 89 deletions

View file

@ -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(