From 94672f9f20e6d4fa812f575f2deaf7671ef9b96b Mon Sep 17 00:00:00 2001 From: Ludovico Mori Date: Mon, 30 Oct 2023 17:05:56 -0400 Subject: [PATCH] fixed config --- config/prod-meta-config.yaml | 6 +++++- config/prod-root-config.yaml | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config/prod-meta-config.yaml b/config/prod-meta-config.yaml index a4e9cad9..af369f4c 100644 --- a/config/prod-meta-config.yaml +++ b/config/prod-meta-config.yaml @@ -31,7 +31,11 @@ chains: ROLES: - User - A2rchi - - Expert + - Expert + #logging within base chain + logging: + #name of .log logfile to be saved in data folder. + input_output_filename: chain_input_output.log prompts: # prompt that serves to condense a history and a question into a single question CONDENSING_PROMPT: config/prompts/condense.prompt diff --git a/config/prod-root-config.yaml b/config/prod-root-config.yaml index 1d8ffd30..782a1820 100644 --- a/config/prod-root-config.yaml +++ b/config/prod-root-config.yaml @@ -33,7 +33,11 @@ chains: ROLES: - User - A2rchi - - Expert + - Expert + #logging within base chain + logging: + #name of .log logfile to be saved in data folder. + input_output_filename: chain_input_output.log prompts: # prompt that serves to condense a history and a question into a single question CONDENSING_PROMPT: config/prompts/condense.prompt