adds markdown support, fix code wrapping

This commit is contained in:
Daniel Avila 2023-02-24 11:24:09 -05:00
parent c58a9bbe93
commit fd01fd3334
9 changed files with 1545 additions and 115 deletions

View file

@ -37,7 +37,8 @@ Currently, this project is only functional with the `text-davinci-003` model.
- [x] AI Model Selection
- [x] Bing AI integration
- [x] Remember last selected model
- [ ] Highlight.js for code blocks
- [x] Highlight.js for code blocks
- [ ] Markdown handling
- [ ] 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