Skip to content

Commit c39a9f8

Browse files
committed
prompt not required
Signed-off-by: Demis Bellot <demis.bellot@gmail.com>
1 parent 500981e commit c39a9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AiServer/wwwroot/mjs/components/ImageToText.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
</Autocomplete>
5555
</div>
5656
<div class="col-span-4">
57-
<TextInput id="prompt" v-model="request.prompt" required placeholder="Prompt" />
57+
<TextInput id="prompt" v-model="request.prompt" placeholder="Prompt" />
5858
</div>
5959
</div>
6060
<div class="mt-4 mb-8 flex justify-center">

0 commit comments

Comments
 (0)