We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40424df commit c00ecc4Copy full SHA for c00ecc4
1 file changed
src/gabriel/utils/openai_utils.py
@@ -1781,7 +1781,7 @@ async def get_response(
1781
elif background_mode is not None:
1782
effective_background = bool(background_mode)
1783
else:
1784
- effective_background = timeout is None
+ effective_background = False
1785
background_argument: Optional[bool] = None
1786
if explicit_background is not None:
1787
background_argument = bool(explicit_background)
0 commit comments