From 311f3b16dceeb511566c69a844f684d2cf01e9ba Mon Sep 17 00:00:00 2001 From: Yazan Agha-Schrader Date: Tue, 5 Dec 2023 13:06:29 +0100 Subject: [PATCH] Update examples/server/api-like-OAI.sh Co-authored-by: Georgi Gerganov --- examples/server/api-like-OAI.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/api-like-OAI.sh b/examples/server/api-like-OAI.sh index 3af0dda45..75c97e099 100644 --- a/examples/server/api-like-OAI.sh +++ b/examples/server/api-like-OAI.sh @@ -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