We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e58e5 commit 7627040Copy full SHA for 7627040
chatgpt.sh
@@ -10,7 +10,7 @@ COMMAND_GENERATION_PROMPT="Return a one-line bash command with the functionality
10
11
CHATGPT_CYAN_LABEL="\n\033[36mchatgpt \033[0m"
12
13
-PROCESSING_LABEL="\033[90mprocessing... \033[0m"
+PROCESSING_LABEL="\n\033[90mprocessing... \033[0m"
14
15
if [[ -z "$OPENAI_KEY" ]]; then
16
echo "You need to set your OPENAI_KEY to use this script"
0 commit comments