From 3f1fb23e21a37a15469e42cdda610fb42a9001b7 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 22 Mar 2023 07:36:32 +0800 Subject: Update --- bin/gpt/gpt | 2 +- bin/gpt/gpt.image | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/gpt/gpt b/bin/gpt/gpt index ebb1d4b..ab4b64c 100755 --- a/bin/gpt/gpt +++ b/bin/gpt/gpt @@ -86,7 +86,7 @@ temperature=${temperature:-0.7} n=${n:-1} # Read content from terminal -[ -z "$content" ] && read -r -p "Let's Chat: " content