Skip to content

BMO Generate

Long Huynh edited this page Jul 12, 2024 · 1 revision

CleanShot 2024-07-12 at 15 09 43

Load your model and start prompting in the editor by typing:

```bmo

Your prompt here!

```

You can also specify the MODEL, TEMPERATURE, and MAX_TOKENS for each BMO Generate block:

```bmo
MODEL llama3
TEMPERATURE 1
MAX_TOKENS 2000
```