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