Migrate from template to prompt arg while keeping backward compatibility (#1066)
This commit is contained in:
@@ -396,6 +396,7 @@ def validate_config(config_data):
|
||||
Optional("top_p"): Or(float, int),
|
||||
Optional("stream"): bool,
|
||||
Optional("template"): str,
|
||||
Optional("prompt"): str,
|
||||
Optional("system_prompt"): str,
|
||||
Optional("deployment_name"): str,
|
||||
Optional("where"): dict,
|
||||
|
||||
Reference in New Issue
Block a user