pashpashpash / vault-ai

OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.
https://vault.pash.city
MIT License
3.27k stars 307 forks source link

How do I require uploading images when posting to a blog? #97

Open nguyenvanphus opened 3 months ago

nguyenvanphus commented 3 months ago

I am using Sngine 3.11

How to force users to upload images when posting to blogs (because there is no forced upload feature by default)

I used required attribute but it didn't work

`

`

Can you help me?