Skip to content

Commit 0a2b6d7

Browse files
committed
Update mock_server.py
1 parent af77d8b commit 0a2b6d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/mock_server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
class ModelSpec:
3636
real_model_name: str
3737
is_reasoning: bool = False
38-
supports_thinking: bool = False
3938

4039

4140
class ModelResolver:
@@ -61,7 +60,6 @@ def resolve(self, input_model: str) -> ModelSpec:
6160
return ModelSpec(
6261
real_model_name=upstream_name,
6362
is_reasoning=is_r1,
64-
supports_thinking=not is_r1,
6563
)
6664

6765

0 commit comments

Comments
 (0)