feat: add litellm client adapter, JSONL flow detail, and sample output
This commit is contained in:
@@ -14,7 +14,7 @@ def test_config_scope_hosts_includes_target_plus_extra():
|
||||
|
||||
|
||||
def test_default_model():
|
||||
assert Config(target_url="https://x.com").model == "claude-opus-4-8"
|
||||
assert Config(target_url="https://x.com").model == "openrouter/xiaomi/mimo-v2.5-pro"
|
||||
|
||||
|
||||
def test_make_auth_returns_strategy():
|
||||
|
||||
Reference in New Issue
Block a user