mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
Merge 84e78ed9c6
into b82af5b826
This commit is contained in:
commit
6fc18b7e42
1 changed files with 1 additions and 2 deletions
|
@ -874,8 +874,7 @@ class FineTuningJobCreate(BaseModel):
|
||||||
class LiteLLMFineTuningJobCreate(FineTuningJobCreate):
|
class LiteLLMFineTuningJobCreate(FineTuningJobCreate):
|
||||||
custom_llm_provider: Literal["openai", "azure", "vertex_ai"]
|
custom_llm_provider: Literal["openai", "azure", "vertex_ai"]
|
||||||
|
|
||||||
class Config:
|
model_config = {"extra": "allow"} # This allows the model to accept additional fields
|
||||||
extra = "allow" # This allows the model to accept additional fields
|
|
||||||
|
|
||||||
|
|
||||||
AllEmbeddingInputValues = Union[str, List[str], List[int], List[List[int]]]
|
AllEmbeddingInputValues = Union[str, List[str], List[int], List[List[int]]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue