• It is needed for both CLI and Docker.
  • Config file can be provided in JSON or YAML format.
  • We will use JSON format only for rest of the docs.

JSON Schema

You can use following snippet to get hints from your VSCode-like editor.
{
  "$schema": "https://raw.githubusercontent.com/fastrepl/hyprnote/refs/heads/main/owhisper/schema.json"
}

Example

{
  "models": [
    {
      "type": "whisper-cpp",
      "id": "whisper-cpp",
      "assets_dir": "/app/assets"
    }
  ]
}