Skip to content

Commit

Permalink
updared docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 11, 2024
1 parent b1ab9e1 commit f95ace2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/langchain-ai/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

Expand Down
9 changes: 3 additions & 6 deletions docs/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/langchain-ai/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 <https://github.com/langchain-ai/langchain>`_.

0 comments on commit f95ace2

Please sign in to comment.