From 66d5594aeb753bd237139568acfa1ad372453271 Mon Sep 17 00:00:00 2001 From: Travis Van Nimwegen Date: Fri, 18 Oct 2024 20:25:53 -0400 Subject: [PATCH] Update openai-edge-tts-integration.md to fix admonition syntax Needed to add additional colon to info admonition to comply with Docusaurus syntax --- docs/tutorials/integrations/openai-edge-tts-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/openai-edge-tts-integration.md b/docs/tutorials/integrations/openai-edge-tts-integration.md index 48c1bf2..28db49f 100644 --- a/docs/tutorials/integrations/openai-edge-tts-integration.md +++ b/docs/tutorials/integrations/openai-edge-tts-integration.md @@ -39,9 +39,9 @@ This will run the service at port 5050 with all the default configs ![Screenshot of Open WebUI Admin Settings for Audio adding the correct endpoints for this project](https://utfs.io/f/MMMHiQ1TQaBoQ2AnPhUlTDGtR4B2v7E9JZN1PU5nAseoaXIc) -::info +:::info The default API key is the string `your_api_key_here`. You do not have to change that value if you do not need the added security. -:: +::: **And that's it! You can end here**