fix(compressor): ABC compliance — total_tokens, api_mode, logger consistency
This commit is contained in:
@@ -87,5 +87,4 @@ def test_plugin_engine_update_model_args():
|
||||
assert kw["context_length"] == 131_072
|
||||
assert "model" in kw
|
||||
assert "provider" in kw
|
||||
# Should NOT pass api_mode — the ABC doesn't accept it
|
||||
assert "api_mode" not in kw
|
||||
assert "api_mode" in kw
|
||||
|
||||
Reference in New Issue
Block a user