We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a854e commit 19979c8Copy full SHA for 19979c8
installers/new-installer.sh
@@ -43,7 +43,7 @@ esac
43
echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG"
44
45
echo "Testing..."
46
-echo "Say hello world!" | interpreter
+echo "Say hello world!" | interpreter --model gpt-4o-mini
47
48
echo
49
echo "Installation complete!"
0 commit comments