Add OpenAI conversation entity (#114942)
* Add OpenAI conversation entity * Add migration
This commit is contained in:
parent
51d5d51248
commit
2df6f1849f
9 changed files with 425 additions and 334 deletions
|
@ -1,6 +1,9 @@
|
|||
"""Constants for the OpenAI Conversation integration."""
|
||||
|
||||
import logging
|
||||
|
||||
DOMAIN = "openai_conversation"
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
CONF_PROMPT = "prompt"
|
||||
DEFAULT_PROMPT = """This smart home is controlled by Home Assistant.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue