Hassassistant/openai_response

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

Closed this issue · 1 comments

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!

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

input_text:
  gpt_prompt:
    initial: ""
    max: 255