LibreChat
AI chat platform combining multiple AI models and extended features
Alternative to: chatgpt, huggingface chat, microsoft azure openai, anthropic claude, cohiera, mistral ai, openrouter, openai playground, llama reasoning, perplexity ai
About
Versions (47)
v0.0.5
2023-03-17Changes
- Adds Stop generating & Regenerate Message options https://github.com/danny-avila/chatgpt-clone/pull/88
- Skeleton for Multi-User support (bare bones integration, currently DIY) https://github.com/danny-avila/chatgpt-clone/commit/2ad9b33ad3d4bfb02b556ad2c0d1e8677e7fb40b https://github.com/danny-avila/chatgpt-clone/commit/8029ed7f689ce99ebcf3cfabc0ba48e1dcb60925
- Models without credentials are omitted from model menu https://github.com/danny-avila/chatgpt-clone/commit/29ee765e8ebf51acbfa2ea70795f7e999faa305e
- Better titling (and titling as a separate request from messages) https://github.com/danny-avila/chatgpt-clone/commit/f1e3bbd918af0887c48e7811f77d3bec5b74ce99
- Various UI fixes/additions o Current model highlighted at the top of the conversation o Better textarea and button styling for mobile
On my immediate to-dos for this weekend:
- search messages feature (75% done already)
- more customgpt params (including changing openai models)
- rewrite code/markdown handling (I have many things in mind to significantly clean this up) #67 #69
Stretch Goals if time allows:
- improve bing features (smoother streaming, style params, fix formatting bugs)
- cleanup code & writing a test suite for better CI/CD