Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
feat: accept videos in Archetype upload task (#115)
Browse files Browse the repository at this point in the history
Because

- Video upload fails on archetype upload task

This commit

- Accept `video/files` on upload task
  • Loading branch information
jvallesm authored Jan 26, 2024
1 parent d12b6f8 commit 9b6fdb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/archetypeai/config/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
"description": "The file to upload. Accepted formats are JPEG and PNG for images or MP4 for videos",
"type": "string",
"instillAcceptFormats": [
"video/*",
"image/*"
],
"instillUIOrder": 0,
Expand Down

0 comments on commit 9b6fdb7

Please sign in to comment.