Check out this awesome Streamlit app I built
Main features:
- Proper LaTeX math handling both in the input and output (in ChatGPT only in the output)
- Chatting to multiple LLM models simultaneously
- Customise each conversation thread by setting system prompt for each model
- Customise each LLM’s behaviour by setting temperature, max_tokens, top_p parameters
- Streaming LLM response (can be turned on or off)
- Uses separate per-user SQLite3 databases for messages, so that concurrent messaging rate is practically unlimited
It is currently in alpha or early beta development stage, so any form of user feedback is welcome!