Update README.md

This commit is contained in:
Danny Avila 2023-04-14 18:11:20 -07:00 committed by GitHub
parent b88828e29a
commit 4f119296f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,14 +194,15 @@ Currently, this project is only functional with the `text-davinci-003` model.
- [x] Config file for easy startup (docker compose) - [x] Config file for easy startup (docker compose)
- [x] Mobile styling (thanks to [wtlyu](https://github.com/wtlyu)) - [x] Mobile styling (thanks to [wtlyu](https://github.com/wtlyu))
- [x] Resubmit/edit sent messages (thanks to [wtlyu](https://github.com/wtlyu)) - [x] Resubmit/edit sent messages (thanks to [wtlyu](https://github.com/wtlyu))
- [ ] Message Search - [x] Message Search
- [ ] Custom params for ChatGPT API (temp, top_p, presence_penalty) - [x] Custom params for ChatGPT API (temp, top_p, presence_penalty)
- [ ] Bing AI Styling (params, suggested responses, convo end, etc.) - **In progress** - [x] Bing AI Styling (params, suggested responses, convo end, etc.)
- [ ] Add warning before clearing convos - [x] Add warning before clearing convos
- [ ] Build test suite for CI/CD - [ ] Build test suite for CI/CD
- [ ] Prompt Templates/Search - [ ] Prompt Templates/Search
- [ ] Refactor/clean up code (tech debt) - [ ] Refactor/clean up code (tech debt)
- [ ] Optional use of local storage for credentials - [x] Optional use of local storage for credentials (for bing and browser)
- [ ] ChatGPT Plugins (reverse engineered)
- [ ] Deploy demo - [ ] Deploy demo
</details> </details>