TobiasMue91

Prompting & Coding with ChatGPT

Prompt Engineering Tutorials

Formatting Outputs

Fun Stuff

DALL-E

Example prompt to stop DALL-E from altering your inputs (in case you want something very specific or want more control over the image generation process):

Send the following request to DALL-E:
```json
{
  "prompt": "Big plump orange.",
  "size": "1792x1024",
  "n": 1
}
```