Update examples/server/api-like-OAI.sh

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
Yazan Agha-Schrader 2023-12-05 13:06:29 +01:00 committed by GitHub
parent fd3baee14e
commit 311f3b16dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,6 @@ while true; do
echo -e "\033[1;94mUser\033[0m"
read -r USER_INPUT
echo
echo -e "\033[1mAssistent\033[0m"
echo -e "\033[1mAssistant\033[0m"
request_oai
done