mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
fix OPENAI_EMBEDDING_PARAMS
This commit is contained in:
parent
1655a9aea8
commit
df9a19bc9d
1 changed files with 1 additions and 1 deletions
|
|
@ -374,7 +374,7 @@ OPENAI_TRANSCRIPTION_PARAMS = [
|
|||
"timestamp_granularities",
|
||||
]
|
||||
|
||||
OPENAI_EMBEDDING_PARAMS = ["dimensions", "encoding_format", "user", "input_type"]
|
||||
OPENAI_EMBEDDING_PARAMS = ["dimensions", "encoding_format", "user"]
|
||||
|
||||
DEFAULT_EMBEDDING_PARAM_VALUES = {
|
||||
**{k: None for k in OPENAI_EMBEDDING_PARAMS},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue