diff --git a/src/talemate/client/base.py b/src/talemate/client/base.py index babde18f..122c835e 100644 --- a/src/talemate/client/base.py +++ b/src/talemate/client/base.py @@ -461,7 +461,9 @@ class ClientBase: """ mode = self.enforce_response_length if mode == "adaptive": - return "instructions" if self.reason_enabled else "cap_tokens_and_instructions" + return ( + "instructions" if self.reason_enabled else "cap_tokens_and_instructions" + ) return mode @property