refactor(ai_client): remove unused history management and bleed stats helpers
This commit is contained in:
@@ -18,13 +18,6 @@ def test_minimax_list_models() -> None:
|
||||
assert "MiniMax-M2.1" in models
|
||||
assert "MiniMax-M2" in models
|
||||
|
||||
def test_minimax_history_bleed_stats() -> None:
|
||||
ai_client.set_provider("minimax", "MiniMax-M2.5")
|
||||
ai_client.reset_session()
|
||||
stats = ai_client.get_history_bleed_stats(md_content="Test context")
|
||||
assert stats["provider"] == "minimax"
|
||||
assert stats["limit"] == 204800
|
||||
|
||||
def test_minimax_in_providers_list() -> None:
|
||||
from src.models import PROVIDERS
|
||||
assert "minimax" in PROVIDERS
|
||||
|
||||
Reference in New Issue
Block a user