in databao/configs/llm.py [0:0]
def _resolve_timeout(self) -> float | None: if self.timeout == "auto": return 360 if _is_reasoning_model(self.name) else 60 else: return self.timeout