From bef7ba975ee4bff20d62f6e7b51299a64b958049 Mon Sep 17 00:00:00 2001 From: Grey_D Date: Tue, 28 Feb 2023 00:40:57 +0800 Subject: [PATCH] minor update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 571c899..aa51778 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,7 @@ The goal is to build a user-friendly bridge to automate ChatGPT and other GPT mo ## Installation 1. Install `requirements.txt` with `pip install -r requirements.txt` 2. Install `chatgpt-wrapper`: `pip install git+https://github.com/mmabrouk/chatgpt-wrapper`. More details at: https://github.com/mmabrouk/chatgpt-wrapper. -3. \ No newline at end of file + + +## Examples +1. **Get username on local PC**: `python3 example_chatgpt_api.py` \ No newline at end of file