diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..d41a9404
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.gif filter=lfs diff=lfs merge=lfs -text
diff --git a/README.md b/README.md
index 85c2bf7c..49fb9a2a 100644
--- a/README.md
+++ b/README.md
@@ -95,14 +95,6 @@ Create a custom prompt for your selected code. The previous prompt will be remem
-### Stop/Regenerate Response
-
-Stop the response generation or re-generate a new response from the existing query.
-
-
-
-
-
## Roadmap
- [x] Add proxy support
@@ -110,10 +102,13 @@ Stop the response generation or re-generate a new response from the existing que
- [x] Ability to start/restore sessions
- [ ] Ability to export conversations in Markdown/JSON format
- [ ] Add codex and user's fine-tuned models
-- [ ] Ability to have a seamless conversation despite to token limitation
-- [ ] Add support for copying and replacing generated code snippets
-- [ ] Add support for editing/deleting previous conversations
-- [ ] Add support for overriding prompts and request params
+- [x] Ability to have a seamless conversation despite to token limitation
+- [x] Add support for copying and replacing generated code snippets
+- [x] Add support for deleting previous conversations
+- [x] Add support for overriding prompts and request params
+- [ ] Add Azure OpenAI service support
+- [ ] Add action key mappings
+- [ ] Add support for code search using embeddings
- [ ] Add support for model fine-tuning
See the [open issues][open-issues] for a full list of proposed features (and known issues).
diff --git a/docs/assets/gif/ask-anything.gif b/docs/assets/gif/ask-anything.gif
index 91273b8c..6067cb7f 100644
Binary files a/docs/assets/gif/ask-anything.gif and b/docs/assets/gif/ask-anything.gif differ
diff --git a/docs/assets/gif/conversation-history.gif b/docs/assets/gif/conversation-history.gif
index 0073632d..b09c4143 100644
Binary files a/docs/assets/gif/conversation-history.gif and b/docs/assets/gif/conversation-history.gif differ
diff --git a/docs/assets/gif/custom-prompt.gif b/docs/assets/gif/custom-prompt.gif
index 59cebe76..64e249d5 100644
Binary files a/docs/assets/gif/custom-prompt.gif and b/docs/assets/gif/custom-prompt.gif differ
diff --git a/docs/assets/gif/stop-reload.gif b/docs/assets/gif/stop-reload.gif
deleted file mode 100644
index 3a865819..00000000
Binary files a/docs/assets/gif/stop-reload.gif and /dev/null differ