From 0d8755a03a297d2715846d74fca565066bbc95e5 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 2 Mar 2023 16:08:26 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e1bec13a7..d7ace3d90c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Currently, this project is only functional with the `text-davinci-003` model. > **Warning** -> This is a work in progress. I'm building this in public. You can follow the progress here or on my [Linkedin](www.linkedin.com/in/danny-avila). +> This is a work in progress. I'm building this in public. You can follow the progress here or on my [Linkedin](https://www.linkedin.com/in/danny-avila). > Here are my planned/recently finished features. @@ -41,7 +41,7 @@ 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 -- [x] Language Detection fpr code blocks +- [x] Language Detection for code blocks - [ ] 'Copy to clipboard' button for code and messages - [ ] 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)