super simple UI for your GPT
okay, so I wanted a super simple UI as a front-end for a localGPT / privateGPT / offline GPT model. I didn't want to write a python flask app - as I am so against that as a reality. I didn't want to write a nodeJS app, as that was just way too much effort. I didn't want to learn the latest (this weeks fave) JavaScript Framework. I didn't want to messa round with ReactJS / <insert other names here>. I just wanted a SIMPLE UI tool. I had a couple of suggestions. I actually wanted to use node-red uibuilder (and probably will do in the future). I was erring on begrudgingly using python in some form or other as the existing interaction code to the localGPT (basically a ChromaDB that was populated with content using a gpt4all model as the baseline for the embeddings - if none of that made sense, you best stop reading now) ........ I then stumbled over this gem of a super simple UI tool. Gradio.app ....how simple? Yep, that simple. Just a pip install, some super simple c...