mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2024-11-24 11:25:31 +00:00
Add newline
This commit is contained in:
parent
50e58e5d93
commit
762704073f
@ -10,7 +10,7 @@ COMMAND_GENERATION_PROMPT="Return a one-line bash command with the functionality
|
||||
|
||||
CHATGPT_CYAN_LABEL="\n\033[36mchatgpt \033[0m"
|
||||
|
||||
PROCESSING_LABEL="\033[90mprocessing... \033[0m"
|
||||
PROCESSING_LABEL="\n\033[90mprocessing... \033[0m"
|
||||
|
||||
if [[ -z "$OPENAI_KEY" ]]; then
|
||||
echo "You need to set your OPENAI_KEY to use this script"
|
||||
|
Loading…
Reference in New Issue
Block a user