Fixed empty ID

This commit is contained in:
Thorsten Sommer 2026-01-11 13:41:56 +01:00
parent 612b4beca8
commit 00d80937f4
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -75,7 +75,7 @@ CONFIG["TRANSCRIPTION_PROVIDERS"] = {}
-- An example of a transcription provider configuration:
-- CONFIG["TRANSCRIPTION_PROVIDERS"][#CONFIG["TRANSCRIPTION_PROVIDERS"]+1] = {
-- ["Id"] = "00000000-0000-0000-0000-000000000001",
-- ["Id"] = "00000000-0000-0000-0000-000000000000",
-- ["Name"] = "<user-friendly name for the transcription provider>",
-- ["UsedLLMProvider"] = "SELF_HOSTED",
--