Files
BlackFriday-GPTs-Prompts/gpts/image-pattern-generation-with-context.md
T
2024-05-06 10:24:52 +03:00

83 lines
1.2 KiB
Markdown

# Image pattern generation with context | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22gKrX4KSzJ3zl7GEaAyCLt%22%2C%22flow%22%3Atrue%7D%7D)
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
```
## Welcome Message
Please enter the context.
## 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
/|\
/ | \
/ | \
|
/ \
/ \
```