We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b9d7 commit 00955b8Copy full SHA for 00955b8
homeassistant/components/conversation/chat_log.py
@@ -514,7 +514,7 @@ async def async_provide_llm_data(
514
"""Set the LLM system prompt."""
515
llm_api: llm.APIInstance | None = None
516
517
- if user_llm_hass_api is None:
+ if not user_llm_hass_api:
518
pass
519
elif isinstance(user_llm_hass_api, llm.API):
520
llm_api = await user_llm_hass_api.async_get_api_instance(llm_context)
0 commit comments