From 4cdea4b93de51f7a9c14fdf955e3539589865d0e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 12 Jan 2026 20:22:26 -0700 Subject: [PATCH] Docs --- docs/docs/configuration/reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index cccaf3eaa..206d7012e 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -696,6 +696,9 @@ genai: # Optional additional args to pass to the GenAI Provider (default: None) provider_options: keep_alive: -1 + # Optional: Options to pass during inference calls (default: {}) + runtime_options: + temperature: 0.7 # Optional: Configuration for audio transcription # NOTE: only the enabled option can be overridden at the camera level