Skip to content

Commit

Permalink
Update g4f/Provider/Blackbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kqlio67 committed Jan 25, 2025
1 parent a8448a4 commit 61d497a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions g4f/Provider/Blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async def create_async_generator(
max_tokens: int = None,
conversation: Conversation = None,
return_conversation: bool = False,
deepSearchMode: bool = False,
**kwargs
) -> AsyncResult:
model = cls.get_model(model)
Expand Down Expand Up @@ -286,7 +285,7 @@ async def create_async_generator(
"validated": conversation.validated_value,
"imageGenerationMode": False,
"webSearchModePrompt": False,
"deepSearchMode": False,
"deepSearchMode": True,
"domains": None,
"vscodeClient": False,
"codeInterpreterMode": False,
Expand Down

0 comments on commit 61d497a

Please sign in to comment.