From 19979c8b3b7dd916461e7ad20102991c1bd566db Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:15:15 -0800 Subject: [PATCH] Load interpreter inside installer --- installers/new-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/new-installer.sh b/installers/new-installer.sh index d269651b5..173d17cf8 100644 --- a/installers/new-installer.sh +++ b/installers/new-installer.sh @@ -43,7 +43,7 @@ esac echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG" echo "Testing..." -echo "Say hello world!" | interpreter +echo "Say hello world!" | interpreter --model gpt-4o-mini echo echo "Installation complete!" \ No newline at end of file