mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
rename variable for clarity
Co-authored-by: Rafael Xavier de Souza <rxaviers@gmail.com>
This commit is contained in:
parent
4daa2571ad
commit
32538e58a9
@ -97,7 +97,7 @@ request_to_image() {
|
||||
request_to_chat() {
|
||||
message="$1"
|
||||
# escape quotation marks and newlines in the prompt
|
||||
escaped_prompt=$(echo "$SYSTEM_PROMPT" | sed 's/"/\\"/g' | sed ':a;N;$!ba;s/\n/\\n/g')
|
||||
escaped_system_prompt=$(echo "$SYSTEM_PROMPT" | sed 's/"/\\"/g' | sed ':a;N;$!ba;s/\n/\\n/g')
|
||||
response=$(curl https://api.openai.com/v1/chat/completions \
|
||||
-sS \
|
||||
-H 'Content-Type: application/json' \
|
||||
|
Loading…
Reference in New Issue
Block a user