From 33f9aefb64efa32cfa14737cc0e6bce36aa493a9 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Thu, 30 Mar 2023 15:43:53 +0800 Subject: Update --- bin/gpt/gpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gpt') diff --git a/bin/gpt/gpt b/bin/gpt/gpt index 09bb323..30d4994 100755 --- a/bin/gpt/gpt +++ b/bin/gpt/gpt @@ -277,7 +277,7 @@ stream=${stream:-false} INDEX= # Prepare for chat session -cache=$(mktemp) && touch "$cache" +cache=$(mktemp -t gpt.XXXXXX) && touch "$cache" #trap "rm $cache" EXIT session=() round=1 -- cgit v1.2.3-70-g09d2