mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 11:30:03 +00:00
Architecture refactor: core anthropic, runtime, smoke tiers, remove providers.common
This commit is contained in:
parent
66ef23072c
commit
26b8a29537
66 changed files with 1218 additions and 808 deletions
|
|
@ -96,7 +96,6 @@ def test_model_mapping():
|
|||
assert len(_stream_response_calls) == 1
|
||||
args = _stream_response_calls[0][0]
|
||||
assert args[0].model != "claude-3-haiku-20240307"
|
||||
assert args[0].original_model == "claude-3-haiku-20240307"
|
||||
|
||||
|
||||
def test_error_fallbacks():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue