raspite/hass: show detailed chat logs send to llm
This commit is contained in:
parent
9b7053d259
commit
529f32a468
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue