Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gabriel/utils/openai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1779,7 +1779,7 @@ async def get_response(
elif background_mode is not None:
effective_background = bool(background_mode)
else:
effective_background = False
effective_background = timeout is None
background_argument: Optional[bool] = None
if explicit_background is not None:
background_argument = bool(explicit_background)
Expand Down
Loading