Skip to content

Commit

Permalink
Fix wrong --qa_save reference in README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-campo authored Feb 26, 2024
1 parent 8dc5a72 commit 1add2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1add2ef

Please sign in to comment.