mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(main.py): ignore model_config param
This commit is contained in:
parent
ddfb9183b9
commit
d8ecda3310
2 changed files with 5 additions and 2 deletions
|
@ -665,6 +665,7 @@ def completion(
|
|||
"supports_system_message",
|
||||
"region_name",
|
||||
"allowed_model_region",
|
||||
"model_config",
|
||||
]
|
||||
|
||||
default_params = openai_params + litellm_params
|
||||
|
@ -2860,6 +2861,7 @@ def embedding(
|
|||
"no-log",
|
||||
"region_name",
|
||||
"allowed_model_region",
|
||||
"model_config",
|
||||
]
|
||||
default_params = openai_params + litellm_params
|
||||
non_default_params = {
|
||||
|
@ -3760,6 +3762,7 @@ def image_generation(
|
|||
"cache",
|
||||
"region_name",
|
||||
"allowed_model_region",
|
||||
"model_config",
|
||||
]
|
||||
default_params = openai_params + litellm_params
|
||||
non_default_params = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue