mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore(ui): regenerate schema.d.ts for style_image image-edit param
This commit is contained in:
parent
d84b08a75e
commit
6fe84ad97a
1 changed files with 6 additions and 0 deletions
6
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
6
ui/litellm-dashboard/src/lib/http/schema.d.ts
generated
vendored
|
|
@ -21155,6 +21155,8 @@ export interface components {
|
|||
mask?: string[] | null;
|
||||
/** Mask[] */
|
||||
"mask[]"?: string[] | null;
|
||||
/** Style Image */
|
||||
style_image?: string[] | null;
|
||||
};
|
||||
/** Body_image_edit_api_openai_deployments__model__images_edits_post */
|
||||
Body_image_edit_api_openai_deployments__model__images_edits_post: {
|
||||
|
|
@ -21166,6 +21168,8 @@ export interface components {
|
|||
mask?: string[] | null;
|
||||
/** Mask[] */
|
||||
"mask[]"?: string[] | null;
|
||||
/** Style Image */
|
||||
style_image?: string[] | null;
|
||||
};
|
||||
/** Body_image_edit_api_v1_images_edits_post */
|
||||
Body_image_edit_api_v1_images_edits_post: {
|
||||
|
|
@ -21177,6 +21181,8 @@ export interface components {
|
|||
mask?: string[] | null;
|
||||
/** Mask[] */
|
||||
"mask[]"?: string[] | null;
|
||||
/** Style Image */
|
||||
style_image?: string[] | null;
|
||||
};
|
||||
/** Body_test_model_connection_health_test_connection_post */
|
||||
Body_test_model_connection_health_test_connection_post: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue