Mainly just patches and README
UI Upgrade & README
UI Upgrade
The theme has had a complete makeover and I have replaced all of the Chainlit defaults with Rawv. Now the AI chat avatar and favicon is custom, it’s a smiling microscope. Like the icons I’ve made for past projects, I used emoji kitchen and combined smile and microscope. And now the theme is new. There’s a baby blue and silver theme. When I first got it the chat text that you would type blended in with the chat box color - also white - so I needed to change that manually to prevent the clash.
Home Screen
Before, because of research settings, the thread would start early for no reason, and so what would end up happening is that once the app loads, the chat window would pop-up in one second. But now it’s been stabilized to not send signals immediately, and there are options in the page itself. There is a start button and a button to enable and disable research mode. And of course I have the microscope mascot to bring character to the page.
README
Has all the tech stack, research flow, used models, ai transparency, and future upgrades. For reference, the core brain model is llama 8b, and the TTS model is en-US-AriaNeural and the STT model is whisper-large-v3-turbo. And the main python libraries in the tech stack are Langchain for wiring those models up and the main logic - backend, and then Chainlit for frontend designed for chatbots like Rawv. And of course the README talks about transcribe -> search -> browse -> synthesize -> quality check -> speak
I should be ready to ship soon
Log in to leave a comment