diff --git a/llm/cli.py b/llm/cli.py index 07ad90a..55a3b57 100644 --- a/llm/cli.py +++ b/llm/cli.py @@ -166,7 +166,8 @@ def log(no_log, provider, system, prompt, response, model, chat_id=None): "response": response, "model": model, "timestamp": str(datetime.datetime.utcnow()), - } + }, + alter=True, )