Hassassistant / openai_response

Custom component to integrate OpenAI's ChatGPT into Home Assistant
72 stars 15 forks source link

probably a dumb question, how do i create the Create an input_text.gpt_input entity ? #9

Closed twist3dimages closed 1 year ago

twist3dimages commented 1 year ago

I am sort of new to Home Assistant and was wondering how I do this part

Create an input_text.gpt_input entity in Home Assistant to serve as the input for the GPT-3 model.

thank you!

Hassassistant commented 1 year ago

add this to your configuration.yaml else you can create an input text on the helpers page.

input_text:
  gpt_prompt:
    initial: ""
    max: 255