Skip to content

Commit

Permalink
requested removal of DuckDuckGo
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Jun 9, 2024
1 parent c91fef3 commit b9ced12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 89 deletions.
85 changes: 0 additions & 85 deletions g4f/Provider/DuckDuckGo.py

This file was deleted.

1 change: 0 additions & 1 deletion g4f/Provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from .Cohere import Cohere
from .DeepInfra import DeepInfra
from .DeepInfraImage import DeepInfraImage
from .DuckDuckGo import DuckDuckGo
from .Feedough import Feedough
from .FlowGpt import FlowGpt
from .FreeChatgpt import FreeChatgpt
Expand Down
4 changes: 1 addition & 3 deletions g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
ChatgptNext,
Cnote,
DeepInfra,
DuckDuckGo,
Feedough,
FreeGpt,
Gemini,
Expand Down Expand Up @@ -71,7 +70,6 @@ def __all__() -> list[str]:
ChatgptNext,
OpenaiChat,
Koala,
DuckDuckGo,
])
)

Expand Down Expand Up @@ -196,7 +194,7 @@ def __all__() -> list[str]:
claude_3_haiku = Model(
name = 'claude-3-haiku',
base_provider = 'anthropic',
best_provider = DuckDuckGo
best_provider = None
)

gpt_35_turbo_16k = Model(
Expand Down

0 comments on commit b9ced12

Please sign in to comment.