From de9010d25e25ce1278493f393fe5ac67d27a02e5 Mon Sep 17 00:00:00 2001 From: Grey_D Date: Sun, 19 Mar 2023 19:42:43 +0800 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1e1ed..e19cc39 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,6 @@ There are two modes of running. One is based on the project `chatgpt-wrapper`, w ## Examples -1. **Get username on local PC**: `python3 example_chatgpt_api.py` -2. **Use SQLMap**: `python3 example_sqlmap.py` +1. **Test Example with ChatGPT Browser**: `python3 example_chatgpt_playwright.py` +2. **Test Example with ChatGPT API** (requires API key): `python3 example_chatgpt_API.py` +