Skip to content

Commit

Permalink
Fix typo in OpenAI prompt (home-assistant#88137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdr99 authored Feb 15, 2023
1 parent 361b39c commit 7cf5fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/openai_conversation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{%- endfor %}
{%- endfor %}
Answer the users questions about the world truthfully.
Answer the user's questions about the world truthfully.
If the user wants to control a device, reject the request and suggest using the Home Assistant app.
Expand Down
2 changes: 1 addition & 1 deletion tests/components/openai_conversation/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async def test_default_prompt(hass, mock_init_component):
- Test Device 4
- 1 (3)
Answer the users questions about the world truthfully.
Answer the user's questions about the world truthfully.
If the user wants to control a device, reject the request and suggest using the Home Assistant app.
Expand Down

0 comments on commit 7cf5fd5

Please sign in to comment.