Skip to content

Commit

Permalink
reorder images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Jan 28, 2024
1 parent bd68065 commit c5526e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# CoDeveloperGPTengine

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

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)
Expand All @@ -11,6 +9,10 @@ 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.
It can also work as a [ChatGPT plugin](https://openai.com/blog/chatgpt-plugins).

<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">
</a>

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
Expand All @@ -21,5 +23,3 @@ 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/).

[![Quick Demo on Youtube](https://img.youtube.com/vi/ubBhv2PUSEs/hqdefault.jpg)](https://www.youtube.com/watch?v=ubBhv2PUSEs)

0 comments on commit c5526e9

Please sign in to comment.