mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 06:30:25 +00:00
Add AWS Bedrock provider with per-family dispatch
claude/ ids use Anthropic's native Bedrock client; everything else goes via Converse. Credentials: explicit keys, named profile (incl. SSO), or the ambient AWS chain.
This commit is contained in:
@@ -395,7 +395,7 @@ def test_matrix_labels_and_custom_model_fallback():
|
||||
assert labels["together:zai-org/GLM-5.2"] == "GLM-5.2 · via Together"
|
||||
assert labels["zai:glm-5.2"] == "GLM-5.2 · Z AI"
|
||||
# Deliberately small: agent-capable current models only (owner call, 2026-07-04).
|
||||
assert len(MATRIX) < 40
|
||||
assert len(MATRIX) < 60
|
||||
assert all(e.caps.tools for e in MATRIX.values())
|
||||
# A custom (unlisted) reseller model falls back to the conservative default — usable,
|
||||
# but at the user's own risk (no parallel tool calls assumed).
|
||||
|
||||
Reference in New Issue
Block a user