embedding needs to be set
This commit is contained in:
parent
c8b5d422ae
commit
d1b01c4631
1 changed files with 1 additions and 1 deletions
|
|
@ -119,9 +119,9 @@ def check_models(only_mandatory=True, stop_on_error=True):
|
|||
mandatory_models = [
|
||||
default_models.default_chat_model,
|
||||
default_models.default_transformation_model,
|
||||
default_models.default_embedding_model,
|
||||
]
|
||||
all_models = mandatory_models + [
|
||||
default_models.default_embedding_model,
|
||||
default_models.default_speech_to_text_model,
|
||||
default_models.large_context_model,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue