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 30, 2025
1 parent 8efcc0f commit 8d1cfcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions g4f/Provider/Blackbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ async def create_async_generator(
"clickedAnswer3": False,
"clickedForceWebSearch": False,
"visitFromDelta": False,
"isMemoryEnabled": False,
"mobileClient": False,
"userSelectedModel": model if model in cls.userSelectedModel else None,
"validated": conversation.validated_value,
Expand All @@ -288,6 +289,7 @@ async def create_async_generator(
"domains": None,
"vscodeClient": False,
"codeInterpreterMode": False,
"customProfile": {"name": "", "occupation": "", "traits": [], "additionalInfo": "", "enableNewChats": False},
"webSearchMode": web_search
}

Expand Down

0 comments on commit 8d1cfcd

Please sign in to comment.