mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
81 lines
1.1 KiB
Markdown
81 lines
1.1 KiB
Markdown
|
|
[]()
|
|
# 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
|
|
|
|
/|\
|
|
|
|
/ | \
|
|
|
|
/ | \
|
|
|
|
|
|
|
|
|
/ \
|
|
|
|
/ \
|
|
|
|
```
|
|
|
|
|