Open nirnachmani opened 10 months ago
Same here
Issue #1:
I override it by configuring it manually to a replacement model gpt-3.5-turbo-instruct
:
- platform: openai_response
api_key: !secret chatgpt_api_key
model: "gpt-3.5-turbo-instruct" # Optional, defaults to "text-davinci-003"
name: "openai_response" # Optional, defaults to "hassio_openai_response"
I hope it helps.
Two issues: text-davinci-003 has been has been deprecated and shouldn't be used as an example for the integration
Since HA 2024.1 OpenAI Conversation plugin won't load if openai_response is installed with the error:
May be related to: https://github.com/home-assistant/core/issues/106934