47thtechcorner/RayCodes_OmniRoute-Explorer ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app that uses OmniRoute to talk to AI models from one place.
I want a clean Streamlit dashboard where I can type a prompt, pick or let it auto route to a model, and see the response in a chat style interface. It should feel lightweight and easy to run locally, with a simple setup from requirements and a clear way to point it at my OmniRoute endpoint on localhost.
Also add a small command line script that can generate a nicely formatted Markdown report from a prompt and save it to a file. That report should look polished and be easy to reuse in docs or CI.
Keep the whole project minimal and practical, with good defaults, helpful error handling, and enough comments that I can understand how it works. If you need current OmniRoute or OpenAI compatible endpoint details, look them up online first.