diff --git a/README.md b/README.md index c7349b6..2db6e52 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ ## Description -CoderGPT is a command line interface, a state-of-the-art code -generation/modifying tool. It allows developers to interact with the -CoderGPT functionalities directly from the terminal, streamlining their -workflow and enhancing code. The underlying engine that facilitates -the code enhancement and modification is `langchain -`_. +CoderGPT is a command line interface for generating/modifying code. It allows developers to +enhance code by commenting, optimizing and adding tests to code using the power of LLM. +This project is powered by [langchain](https://github.com/langchain-ai/langchain). ## Author diff --git a/docs/description.rst b/docs/description.rst index 57658dd..f8b04ca 100644 --- a/docs/description.rst +++ b/docs/description.rst @@ -6,9 +6,6 @@ CoderGPT CLI Description ----------- -CoderGPT CLI is a command line interface, a state-of-the-art code -generation/modifying tool. It allows developers to interact with the -CoderGPT functionalities directly from the terminal, streamlining their -workflow and enhancing code. The underlying engine that facilitates -the code enhancement and modification is `langchain -`_. +CoderGPT is a command line interface for generating/modifying code. It allows developers to +enhance code by commenting, optimizing and adding tests to code using the power of LLM. +TThis project is powered by `langchain `_.