From ac6210bca9835e4e4d4a57bf9a4f2ca1c3995202 Mon Sep 17 00:00:00 2001 From: axel7083 <42176370+axel7083@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:47:56 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Florent BENOIT Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com> --- chat/requirements.txt | 2 +- chat/run.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chat/requirements.txt b/chat/requirements.txt index d0a27bb..66f8c7b 100644 --- a/chat/requirements.txt +++ b/chat/requirements.txt @@ -1 +1 @@ -llama-cpp-python[server]==0.2.57 \ No newline at end of file +llama-cpp-python[server]==0.2.57 diff --git a/chat/run.sh b/chat/run.sh index 913f303..a0bc888 100755 --- a/chat/run.sh +++ b/chat/run.sh @@ -20,5 +20,5 @@ if [ ${MODEL_PATH} ]; then exit 0 fi -echo "Please set MODEL_PATH" -exit 1 \ No newline at end of file +echo "This image should not be used outside of Podman Desktop AI Lab extension. Missing required MODEL_PATH environment variable." +exit 1