fix codeWrapper issue, will produce funky text with ` commenting

This commit is contained in:
Daniel Avila 2023-02-25 10:16:21 -05:00
parent ed699d2c06
commit 0ee31f0443
5 changed files with 62 additions and 12 deletions

View file

@ -39,10 +39,10 @@ Currently, this project is only functional with the `text-davinci-003` model.
- [x] Remember last selected model
- [x] Highlight.js for code blocks
- [x] Markdown handling
- [ ] Bing AI Styling (for suggested responses, convo end, etc.)
- [ ] AI model change handling (whether to pseudo-persist convos or start new convos within existing convo)
- [ ] Server convo pagination (limit fetch and load more with 'show more' button)
- [ ] Prompt Templates
- [ ] Bing AI Styling (for suggested responses, convo end, etc.)
- [ ] Conversation/Prompt Search
- [ ] Refactor/clean up code
- [ ] Config file for easy startup