LibreChat/docs/general_info/roadmap.md
Fuegovic d437e4b8cd
update: "documents" folder to "docs" (#391)
* 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
2023-05-27 07:03:28 -04:00

1.3 KiB

Roadmap

For the most up to date information: chatgpt-clone | Trello

Here are my recently completed and planned features:
  • Persistent conversation
  • Rename, delete conversations
  • UI Error handling
  • Bing AI integration
  • AI model change handling (start new convos within existing, remembers last selected)
  • Code block handling (highlighting, markdown, clipboard, language detection)
  • Markdown handling
  • Customize prompt prefix/label (custom ChatGPT using official API)
  • Server convo pagination (limit fetch and load more with 'show more' button)
  • Config file for easy startup (docker compose)
  • Mobile styling (thanks to wtlyu)
  • Resubmit/edit sent messages (thanks to wtlyu)
  • Message Search
  • Custom params for ChatGPT API (temp, top_p, presence_penalty)
  • Bing AI Styling (params, suggested responses, convo end, etc.)
  • Add warning before clearing convos
  • 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