From 555add29a2a9177dd543e7f030d73b5071cd87c9 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 9 Sep 2023 18:27:36 +0200 Subject: [PATCH] Save responses from ChatGPT --- prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.sh b/prompt.sh index 68d8e6c..7a3705d 100644 --- a/prompt.sh +++ b/prompt.sh @@ -74,4 +74,4 @@ curl 'https://chat.openai.com/backend-api/conversation' \ -H 'sec-gpc: 1' \ -H 'user-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36' \ --data-raw "$BODY" \ - --compressed + --compressed | tee gpt_stream_$(date +%s.%N).txt