Relocated echo statements.

This commit is contained in:
ilguappo 2024-08-09 12:37:44 -07:00
parent a271e5624e
commit 32279b7fd5
Signed by: ilguappo
GPG Key ID: 98486F29C8969FD0

View File

@ -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