jared-yu-hcltech / custom-genai-chatbot

0 stars 0 forks source link

Allow uploading docs for new chats #7

Open jared-yu-hcltech opened 2 weeks ago

jared-yu-hcltech commented 2 weeks ago

Currently, when starting a new chat, the user can only type and can't upload any doc/image

jared-yu-hcltech commented 2 weeks ago

Apparently, the code to edit is in DashboardPage.jsx, added the code from NewPrompt.jsx and styling from newPrompt.css. However, although there's a pop-up to upload a file, it still is non-functional and doesn't start a chat like with the other "normal" chats.

jared-yu-hcltech commented 2 weeks ago

Hacked at the problem for a while, no good progress. It may make sense to fix #10 first, and then this part may be more logical.