Skip to content

Commit 19979c8

Browse files
committed
Load interpreter inside installer
1 parent b1a854e commit 19979c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/new-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ esac
4343
echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG"
4444

4545
echo "Testing..."
46-
echo "Say hello world!" | interpreter
46+
echo "Say hello world!" | interpreter --model gpt-4o-mini
4747

4848
echo
4949
echo "Installation complete!"

0 commit comments

Comments
 (0)