Skip to content

Commit c00ecc4

Browse files
Update openai_utils.py
1 parent 40424df commit c00ecc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gabriel/utils/openai_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ async def get_response(
17811781
elif background_mode is not None:
17821782
effective_background = bool(background_mode)
17831783
else:
1784-
effective_background = timeout is None
1784+
effective_background = False
17851785
background_argument: Optional[bool] = None
17861786
if explicit_background is not None:
17871787
background_argument = bool(explicit_background)

0 commit comments

Comments
 (0)