complete copyCode for code blocks

This commit is contained in:
Danny Avila 2023-03-03 09:45:20 -05:00
parent ac2229fbb6
commit 92648554ad
3 changed files with 28 additions and 13 deletions

View file

@ -42,7 +42,7 @@ Currently, this project is only functional with the `text-davinci-003` model.
- [x] Highlight.js for code blocks
- [x] Markdown handling
- [x] Language Detection for code blocks
- [ ] 'Copy to clipboard' button for code and messages
- [x] 'Copy to clipboard' button for code blocks
- [ ] Set user/model label and prompt prefix view option
- [ ] 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)