Skip to content

Commit

Permalink
Merge pull request #758 from jorge-campo/patch-2
Browse files Browse the repository at this point in the history
Fix wrong `--qa_save` reference in README.MD
  • Loading branch information
PromtEngineer committed Feb 28, 2024
2 parents 8dc5a72 + 1add2ef commit e997a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 e997a8a

Please sign in to comment.