Fix OPENAI env vars

This commit is contained in:
ekzyis 2023-09-09 17:37:12 +02:00
parent 4ae7e26510
commit 672d66d6d9
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ curl 'https://chat.openai.com/backend-api/conversation' \
-H 'authority: chat.openai.com' \
-H 'accept: text/event-stream' \
-H 'accept-language: en-US' \
-H "authorization: Bearer $TOKEN" \
-H "authorization: Bearer $OPENAI_TOKEN" \
-H 'content-type: application/json' \
-H "cookie: $COOKIE" \
-H "cookie: $OPENAI_COOKIE" \
-H 'origin: https://chat.openai.com' \
-H 'referer: https://chat.openai.com/c/3ad5849d-5a51-4b8e-8974-669c965a3896' \
-H 'sec-ch-ua: "Chromium";v="116", "Not)A;Brand";v="24", "Brave";v="116"' \