fix: enable web search by default on UI flow if WEB_GROUNDING is enabled
This commit is contained in:
parent
36bb437f6b
commit
3acfc1dffb
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ async def stream_outlines(
|
|||
presentation.tone,
|
||||
presentation.verbosity,
|
||||
presentation.instructions,
|
||||
True,
|
||||
):
|
||||
# Give control to the event loop
|
||||
await asyncio.sleep(0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue