mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-09-01 19:48:52 +02:00
linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user