From 94edf22f553f41f04928a1d65ae74e96e90f9d88 Mon Sep 17 00:00:00 2001 From: Stephan Janssen Date: Wed, 29 May 2024 16:01:59 +0200 Subject: [PATCH] Update README.md Added web search feature --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fd08d8..80b99fef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ https://github.com/devoxx/DevoxxGenieIDEAPlugin/assets/179457/a4a4b095-63ab-41cd - **Test**: Generate unit tests for your code using local and cloud-based LLM's. - **Code Higlighting**: Supports highlighting of code blocks. - **Chat conversations**: Supports chat conversations with configurable memory size. -- **Add files & code snippets to context**: You can add open files to the chat window context for producing better answers or code snippets if you want to have a super focused window context! +- **Add files & code snippets to context**: You can add open files to the chat window context for producing better answers or code snippets if you want to have a super focused window +- **LLM enabled Web Search**: With support for Google and Tavily See new features in action @ [https://www.youtube.com/watch?v=7IJrKIS1eN8 ](https://www.youtube.com/watch?v=E9PcKBSMv8U)