mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
QA: ensure all bedrock regional models have same supported_
as base + Anthropic nested pydantic object support (#7844)
* build: ensure all regional bedrock models have same supported values as base bedrock model prevents drift * test(base_llm_unit_tests.py): add testing for nested pydantic objects * fix(test_utils.py): add test_get_potential_model_names * fix(anthropic/chat/transformation.py): support nested pydantic objects Fixes https://github.com/BerriAI/litellm/issues/7755
This commit is contained in:
parent
37ed49fe72
commit
6eb2346fd6
12 changed files with 259 additions and 62 deletions
|
@ -1,5 +1,5 @@
|
|||
model_list:
|
||||
- model_name: embedding-small
|
||||
- model_name: bedrock/us.anthropic.claude-3-haiku-20240307-v1:0
|
||||
litellm_params:
|
||||
model: openai/text-embedding-3-small
|
||||
|
||||
model: bedrock/us.anthropic.claude-3-haiku-20240307-v1:0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue