Skip to content

Commit

Permalink
DALL-E image generation integration
Browse files Browse the repository at this point in the history
- added to readme
  • Loading branch information
brainexe committed Nov 20, 2023
1 parent b8e8817 commit 9133020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Binary file added docs/dalle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ User can define his default environment once by using `set variable serverEnviro
Then the `deploy feature-123` will deploy the branch to the defined `aws-02` environment.
Each user can define his own variables.

## Openai/ChatGPT integration
## Openai/ChatGPT/Dall-e integration
It's also possible to have a [ChatGPT](https://chat.openai.com) like conversation with the official OpenAI integration (GPT3.5)!

![openai](./docs/openai.png)
Expand All @@ -311,6 +311,13 @@ It also possible to use the function in the templates (like in custom commands o

`{{ openai "Say some short welcome words to @Jon_Doe"}}` would print something like `Hello Jon, welcome! How can I assist you today?`

### DALL-E integration

The bot is also able to generate images with the help of [DALL-E](https://openai.com/blog/dall-e/).
Just prefix you prompt with "dalle" and the bot will generate an image based on your text.

![dall-e](./docs/dalle.png)

## Quiz command
If you need a small break and want to play a little quiz game, you can do so by calling this command.
No more than 50 questions are allowed.
Expand Down

0 comments on commit 9133020

Please sign in to comment.