From 92a5c4072ce402e461e71a4ea1bddb06d2028cb0 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Mon, 13 Feb 2023 00:19:23 -0500 Subject: [PATCH] more readme edits --- README.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d068f1..53f0467 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,9 @@ go install github.com/verdverm/chatgpt@latest chatgpt -h ``` -Authentication: - Set `CHATGPT_API_KEY`, which you can get here: https://platform.openai.com/account/api-keys -Examples: +## Examples: ``` Chat with ChatGPT in console. @@ -80,7 +78,7 @@ Flags: -w, --write write response to end of context file ``` -Pretexts: +### Pretexts: ``` $ chatgpt -p list @@ -93,10 +91,27 @@ teacher thoughtful ``` -Jailbreaking ChatGPT: +### Interactive Commands: + +``` +$ chatgpt -i +starting interactive session... + 'quit' to exit + 'save ' to preserve + 'tokens' to change the MaxToken param + 'count' to change number of responses + 'temp' set the temperature param [0.0,2.0] + 'topp' set the TopP param [0.0,1.0] + 'pres' set the Presence Penalty [-2.0,2.0] + 'freq' set the Frequency Penalty [-2.0,2.0] + +> +``` + +## Jailbreaking ChatGPT: https://old.reddit.com/r/ChatGPT/comments/10tevu1/new_jailbreak_proudly_unveiling_the_tried_and/ -Contributions: +## Contributions: Feel free to offer interesting pretexts or anything else