config.toml
Features
Options
Display the prompt playground when passing a prompt to a message.
Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript).
Process and display mathematical expressions. This can clash with ”$” characters in messages.
Authorize users to upload files with messages. The files are then accessible in cl.on_message.
Allows user to write messages with speech.
The language spoken by the user. Greatly improve the quality of the transcription. See available languages here https://github.com/JamesBrill/react-speech-recognition/blob/HEAD/docs/API.md#language-string
Default configuration
Was this page helpful?