raspite/hass: show detailed chat logs send to llm

This commit is contained in:
xinyangli 2025-03-30 15:40:02 +08:00
parent 9b7053d259
commit 529f32a468
No known key found for this signature in database

View file

@ -4,6 +4,13 @@
enable = true;
openFirewall = false;
config = {
logger = {
logs = {
homeassistant.helpers.llm = "debug";
homeassistant.components.conversation.chat_log = "debug";
homeassistant.components.openai_conversation = "debug";
};
};
http = {
server_host = "127.0.0.1";
use_x_forwarded_for = true;