Skip to content

Commit

Permalink
add note to description
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Jan 28, 2024
1 parent 20c7170 commit 402cec2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
# CoDeveloperGPTengine

<img src="src/site/resources/images/dalle/joinedkeyboard1.png" alt="Joined Keyboard Image" style="width: 15em;
<img src="src/site/resources/images/dalle/joinedkeyboard1.png" alt="Joined Keyboard Image" style="width: 15em;
height: auto;" align="right" />

Would you like to have ChatGPT list, search, read your local files, discuss them with you, modify them
Would you like to have ChatGPT list, search, read your local files, discuss them with you, modify them
and have it execute (e.g. build and test)
actions locally to support you in your development processes? Then this might be for you. The CoDeveloperGPTengine
provide the actions for a OpenAI [GPT](https://openai.com/blog/introducing-gpts)
for read or even write access to the files in the local directory it is started in.
for read or even write access to the files in the local directory it is started in.
It can also work as a [ChatGPT plugin](https://openai.com/blog/chatgpt-plugins).

In contrast to other approaches like [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) this is not meant to
autonomously execute extensive changes (which would likely require a lot of prompt engineering), but to enable the
developer to employ the AI flexibly within a ChatGPT chat session for various tasks both to analyze code and to make
changes or execute configured actions like builds and tests.
developer to employ the AI flexibly within a ChatGPT chat session for various tasks both to analyze code and to make
changes or execute configured actions like builds and tests. A ChatGPT chat does, however, permit to trigger several
actions in one message, so it's also possible to e.g. tell it to run the build, fix errors and repeat until it succeeds.

The project is stable and useable. In fact I use it regularily in my own development - both on itself and on
my other projects. Using it does, however, require that you have a paid
my other projects. Using it does, however, require that you have a paid
[ChatGPT](https://chat.openai.com/) account to use plugins / GPTs.

For more information see the [documentation site](https://CoDeveloperGPTengine.stoerr.net/).

<a href="https://www.youtube.com/watch?v=ubBhv2PUSEs">
<img src="https://img.youtube.com/vi/ubBhv2PUSEs/hqdefault.jpg" alt="Quick Demo on Youtube" align="middle">
<img src="https://img.youtube.com/vi/ubBhv2PUSEs/hqdefault.jpg" alt="Quick Demo on Youtube">
</a>
3 changes: 2 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ started in.
In contrast to other approaches like [AutoGPT](https://github.com/Significant-Gravitas/AutoGPT) this is not meant to
autonomously execute extensive changes (which would likely require a lot of prompt engineering), but to enable the
developer to flexibly use the AI within a ChatGPT chat session for various tasks both to analyze code or documentation
and to make some changes.
and to make some changes. A ChatGPT chat does, however, permit to trigger several actions in one message, so it's
also possible to e.g. tell it to run the build, fix errors and repeat until it succeeds.

The project is quite stable and useable. In fact I use it regularily in my own development - both on itself and on
my other projects. Using it does, however, require that you have a paid ChatGPT account that can use plugins / GPTs.
Expand Down

0 comments on commit 402cec2

Please sign in to comment.