Relocated echo statements.
This commit is contained in:
parent
a271e5624e
commit
32279b7fd5
6
aicommit
6
aicommit
@ -23,6 +23,9 @@ if ! diff=$(git diff --cached); then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "Please wait for AI reponse..."
|
||||
|
||||
if [[ "--groq" == "$1" ]]; then
|
||||
shift
|
||||
|
||||
@ -55,9 +58,6 @@ else
|
||||
".message = $(jq -R -s '@json' <<<"${message_cat}")"
|
||||
)
|
||||
|
||||
echo ""
|
||||
echo "Please wait for AI reponse..."
|
||||
|
||||
if ! curl -s -X POST https://infer.x64.world/reset-conversation >/dev/null; then
|
||||
echo "Failed to reset conversation."
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user