Save responses from ChatGPT
This commit is contained in:
parent
094815fd2f
commit
555add29a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue