From 3186dc908ebe097feeda1b0de2d4e09d14bb98a6 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:16:30 -0800 Subject: [PATCH] docs: typo in /voice_control/assist_create_open_ai_personality (#36455) ```diff - Pick the LLM provider of your choice, either local or cloud, as long as it las a conversational agent. + Pick the LLM provider of your choice, either local or cloud, as long as it has a conversational agent. ``` --- source/voice_control/assist_create_open_ai_personality.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/voice_control/assist_create_open_ai_personality.markdown b/source/voice_control/assist_create_open_ai_personality.markdown index 5c2aefc7060..2eb5314415e 100644 --- a/source/voice_control/assist_create_open_ai_personality.markdown +++ b/source/voice_control/assist_create_open_ai_personality.markdown @@ -20,7 +20,7 @@ You can give your voice assistant personality by using an AI conversation agent. ## What can I do in Assist with AI exactly? -- Pick the LLM provider of your choice, either local or cloud, as long as it las a conversational agent. +- Pick the LLM provider of your choice, either local or cloud, as long as it has a conversational agent. - Select a personality based on a prompt. - Get replies with the character's personality you defined. - Perform Home Assistant intents (turn on-off lights, etc), as long as Assist is correctly configured as per our [best practices](/voice_control/best_practices).