From 1add2efd0af62dcefb53032499f932f2f55abf39 Mon Sep 17 00:00:00 2001 From: Jorge Campo <62282406+jorge-campo@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:40:42 +0100 Subject: [PATCH] Fix wrong `--qa_save` reference in README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 688fda61..1a13b753 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ python run_localGPT.py --use_history You can store user questions and model responses with flag `--save_qa` into a csv file `/local_chat_history/qa_log.csv`. Every interaction will be stored. ```shell -python run_localGPT.py --qa_save +python run_localGPT.py --save_qa ``` # Run the Graphical User Interface