From cf09067c156b581db6cde07728cce849b7a971e3 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 1 Feb 2025 13:54:25 +0100 Subject: Expose OpenAI API compatibility using aichat --- setup_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup_desktop.sh') diff --git a/setup_desktop.sh b/setup_desktop.sh index cc951af..7ef956e 100755 --- a/setup_desktop.sh +++ b/setup_desktop.sh @@ -7,7 +7,7 @@ cd "$SCRIPTPATH" || exit if [[ ! -x $(command -v aichat) ]]; then echo "aichat is not installed." if [[ $(docker images -q aichat-build 2>/dev/null) ]]; then - container_id=$(docker create "aichat-build") + container_id=$(docker create "aichat") docker cp "${container_id}:/usr/local/cargo/bin/aichat" "./tools/" docker rm "${container_id}" else -- cgit v1.2.3