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.
```
This commit is contained in:
Gregor Martynus 2024-12-20 12:16:30 -08:00 committed by GitHub
parent 9280b82e07
commit 3186dc908e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).