Generative Commands
/dots
/dots
Generate an image with randomly placed colored dots.
Usage:
Bot Reply: An image with randomly placed dots is generated and sent.
/waves
/waves
Generate an image with wavy patterns.
Usage:
Available Colors:
Red, Green, Blue, Yellow, Purple, Orange, Pink, Cyan, Magenta, Augy Green
Bot Reply: An image with colorful wave patterns is generated and sent.
/predict
/predict
Predict a value based on a dataset.
Usage:
Dataset Format:
"1,2; 2,4; 3,8; 4,16; 5,32"
CSV file with two columns:
x, y
Bot Reply:
If all y-values are numeric: Polynomial interpolation predicts a numerical value.
If y-values contain text: The closest matching value is returned.
Last updated
Was this helpful?