mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
|
||||
[]()
|
||||
# Wiki text reformatting to create headers
|
||||
Simple repetitive text formatting example.
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
Modify this text:
|
||||
scale([x,y,z])
|
||||
resize([x,y,z],auto)
|
||||
mirror([x,y,z])
|
||||
multmatrix(m)
|
||||
color("colorname",alpha)
|
||||
color([r,g,b,a])
|
||||
offset(r|delta,chamfer)
|
||||
hull()
|
||||
Minkowski()
|
||||
|
||||
To follow this format:
|
||||
==== translate() ====
|
||||
|
||||
translate([x,y,z])
|
||||
|
||||
==== rotate() ====
|
||||
|
||||
rotate([x,y,z])
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: ==== scale() ====
|
||||
|
||||
|
||||
|
||||
scale([x,y,z])
|
||||
|
||||
|
||||
|
||||
==== resize() ====
|
||||
|
||||
|
||||
|
||||
resize([x,y,z],auto)
|
||||
|
||||
|
||||
|
||||
==== mirror() ====
|
||||
|
||||
|
||||
|
||||
mirror([x,y,z])
|
||||
|
||||
|
||||
|
||||
==== multmatrix() ====
|
||||
|
||||
|
||||
|
||||
multmatrix(m)
|
||||
|
||||
|
||||
|
||||
==== color() ====
|
||||
|
||||
|
||||
|
||||
color("colorname",alpha)
|
||||
|
||||
color([r,g,b,a])
|
||||
|
||||
|
||||
|
||||
==== offset() ====
|
||||
|
||||
|
||||
|
||||
offset(r|delta,chamfer)
|
||||
|
||||
|
||||
|
||||
==== hull() ====
|
||||
|
||||
|
||||
|
||||
hull()
|
||||
|
||||
|
||||
|
||||
==== Minkowski() ====
|
||||
|
||||
|
||||
|
||||
Minkowski()
|
||||
|
||||
|
||||
|
||||
Note: The text was already in the correct format. I just added the headings to make it clearer which function each line refers to.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user