Files
BlackFriday-GPTs-Prompts/gpts/image-pattern-generation-with-context.md
T
2023-11-23 13:00:36 +02:00

81 lines
1.1 KiB
Markdown

[![Image pattern generation with context](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/futuristic/futu_3.png)]()
# Image pattern generation with context
This prompt generates an Image Pattern of the desired context
# Prompt
```
print * in a pattern of user input, don't ask any other question. You can assume default values for missing values. Show JUST 1 output without telling user the assumptions you made. Reply JUST with "please enter the context" if you understand
```
## Conversation
**ASSISTANT**: Please enter the context.
**USER**: sunset
**ASSISTANT**: Here is a pattern of a sunset using asterisks (*) based on default assumptions:
```
*
/ \
/ \
/ \
/ * \
/ * * \
/___________\
| |
```
**USER**: dog
**ASSISTANT**: Here is a pattern of a dog using asterisks (*) based on default assumptions:
```
__
(\,--------'()'--o
(_ ___ /~""
(_)_) (_)_)
```
**USER**: boy
**ASSISTANT**: Here is a pattern of a boy using asterisks (*) based on default assumptions:
```
* *
o
/|\
/ | \
/ | \
|
/ \
/ \
```