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` +