Skip to content

Commit

Permalink
bump upload size limit to 100MB
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Jul 26, 2024
1 parent d25c86c commit e3f695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/UploadOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mode="basic"
name="model[]"
accept="application/json"
:max-file-size="5000000"
:max-file-size="100000000"
:auto="true"
:custom-upload="true"
choose-label="Upload from local"
Expand Down

0 comments on commit e3f695b

Please sign in to comment.