Amenokal-Labs / legal-ai-assistant

https://legal-ai-assistant.vercel.app
0 stars 1 forks source link

Restrict file input to pdf type only and handle consecutive send requests #45

Open romaissaMe opened 1 year ago

achab commented 1 year ago

Two comments here:

  1. restrict file type to pdf is useful, you could do that on the front-end part.
  2. it's currently not possible to chat using the api. we can only send list of messages, but we can't keep adding messages to this first list.