We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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:
MODEL
TEMPERATURE
MAX_TOKENS
```bmo MODEL llama3 TEMPERATURE 1 MAX_TOKENS 2000 ```