mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 16:48:50 +01:00
* Rename .github/PULL_REQUEST_TEMPLATE/PULL-REQUEST.md to .github/pull_request_template.md fix: Pull Request Template Location * documents -> docs * Update windows_install.md Fix: Docker hyperlink * Update linux_install.md Fix: Layout (step 6) * Rename docs/contributions/code_of_conduct.md to CODE_OF_CONDUCT.md fix: Code of Conduct location according to GitHub's Guide * Update CODE_OF_CONDUCT.md Update: Contact info * Update README.md Update: Code of Conduct hyperlink in TOC * Update CODE_OF_CONDUCT.md Update: Link to ReadMe * Update CONTRIBUTORS.md update: add new name to the list * Update and rename docs/contributions/contributor_guidelines.md to CONTRIBUTING.md fix: change location according to GitHub's standards * Delete CONTRIBUTORS.md delete: contributor.md from root (already present in readme) * Update SECURITY.md * Update CONTRIBUTING.md Update discord link to point to rules * Update README.md Update discord link to point to rules * Update README.md fix: ToC
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Roadmap
|
|
|
|
## For the most up to date information: [chatgpt-clone | Trello](https://trello.com/b/17z094kq/chatgpt-clone)
|
|
|
|
<summary><strong>Here are my recently completed and planned features:</strong></summary>
|
|
|
|
- [x] Persistent conversation
|
|
- [x] Rename, delete conversations
|
|
- [x] UI Error handling
|
|
- [x] Bing AI integration
|
|
- [x] AI model change handling (start new convos within existing, remembers last selected)
|
|
- [x] Code block handling (highlighting, markdown, clipboard, language detection)
|
|
- [x] Markdown handling
|
|
- [x] Customize prompt prefix/label (custom ChatGPT using official API)
|
|
- [x] Server convo pagination (limit fetch and load more with 'show more' button)
|
|
- [x] Config file for easy startup (docker compose)
|
|
- [x] Mobile styling (thanks to [wtlyu](https://github.com/wtlyu))
|
|
- [x] Resubmit/edit sent messages (thanks to [wtlyu](https://github.com/wtlyu))
|
|
- [x] Message Search
|
|
- [x] Custom params for ChatGPT API (temp, top_p, presence_penalty)
|
|
- [x] Bing AI Styling (params, suggested responses, convo end, etc.)
|
|
- [x] Add warning before clearing convos
|
|
- [x] Optional use of local storage for credentials (for bing and browser)
|
|
- [ ] Build test suite for CI/CD
|
|
- [ ] Prompt Templates/Search
|
|
- [ ] Refactor/clean up code (tech debt)
|
|
- [ ] ChatGPT Plugins (reverse engineered)
|
|
- [ ] Deploy demo
|
|
|
|
|
|
|
|
##
|
|
|
|
## [Go Back to ReadMe](../../README.md)
|