Hello, this integration started having issues recently, no idea what I did to cause them.
If anyone could help I would appreciate it!
More detailed log:
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 5:13:53 PM (2 occurrences)
Last logged: 5:14:19 PM
Error setting up entry ChatGPT for openai_conversation
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/openai_conversation/init.py”, line 92, in async_setup_entry
client = openai.AsyncOpenAI(
^^^^^^^^^^^^^^^^^^
AttributeError: module ‘openai’ has no attribute ‘AsyncOpenAI’