diff --git a/README.md b/README.md index a3c28ec..69ead52 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Description CoderGPT is a command line interface for generating/modifying code. It allows developers to -enhance code by commenting, optimizing and adding tests to their project using the power of LLM. -This project is powered by [langchain](https://github.com/langchain-ai/langchain). +enhance code by commenting, optimizing, documenting and adding tests to their project using +the power of LLM and GPT. This project is powered by [langchain](https://github.com/langchain-ai/langchain). ## Installation diff --git a/docs/description.rst b/docs/description.rst index 281052d..1e83cb1 100644 --- a/docs/description.rst +++ b/docs/description.rst @@ -7,8 +7,8 @@ What is it? ----------- CoderGPT is a command line interface for generating/modifying code. It allows developers to -enhance code by commenting, optimizing and adding tests to their projects using the power of LLM. -TThis project is powered by `langchain `_. +enhance code by commenting, optimizing, documenting and adding tests to their projects using +the power of LLM and GPT. This project is powered by `langchain `_. Installation ------------ diff --git a/src/codergpt/documenter/__init__.py b/src/codergpt/documenter/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/codergpt/documenter/documenter.py b/src/codergpt/documenter/documenter.py new file mode 100644 index 0000000..e69de29