mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 06:23:54 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
|
||||
[]()
|
||||
# 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
|
||||
|
||||
/|\
|
||||
|
||||
/ | \
|
||||
|
||||
/ | \
|
||||
|
||||
|
|
||||
|
||||
/ \
|
||||
|
||||
/ \
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user