From 0a6c50b8ffead961aeb1f7d4888eae7fd75e9891 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 24 Mar 2023 01:22:39 +0800 Subject: Update --- bin/gpt/gpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/gpt') diff --git a/bin/gpt/gpt b/bin/gpt/gpt index 1fa78d7..c17ab69 100755 --- a/bin/gpt/gpt +++ b/bin/gpt/gpt @@ -31,8 +31,8 @@ Usage: gpt [-h] [-m MODEL] [-m4] [-b BEHAVIOR] [-t temperature] [-M MAX_TOKENS] [-s] [MESSAGE] Env: - OPENAI_API_KEY (Required) - Generate API key from https://platform.openai.com/account/api-keys + OPENAI_API_KEY Generate API key from https://platform.openai.com/account/api-keys + (Required) Options: -h, --help show this help message and exit @@ -232,7 +232,7 @@ EOF jq . | tee -a "$cache" | \ jq -r .choices[0].message.content )" - echo -e "${response}\n\n------\n" + echo -e "${response}\n\n======\n" # Append newest message into session assistant_message="$(cat <