mugnavo / varo.dev

The AI-powered matchmaking platform for developers, open-source projects, and indie founders.
https://varo.dev
GNU General Public License v3.0
0 stars 0 forks source link

Design initial layout and chatbot interface #3

Closed dotnize closed 3 weeks ago

dotnize commented 1 month ago

Typical chat app UI? Pretty much just like LLM UIs like chatgpt.com

image

Considerations:

JoshCunningHum commented 1 month ago

Keeping the chat history for the main chatbot could create clutter in the sidebar, I suggest we only keep the current session (stored in some store) and when the page closes, the data is deleted. If you want to save the data tho (for continuing where you left off using the app) then a single table is needed, but only store probably the last 10 interactions

dotnize commented 1 month ago

I suggest we only keep the current session (stored in some store)

kani nalang sa for now. maybe soon after the hackathon nalang nang uban ideas

only store probably the last 10 interactions

kani sad pwede buhaton ron para tipid tokens sa gemini. max 10 interactions even for current session

haerld commented 1 month ago

I'll be requiring a wireframe for this one @dotnize