Skip to content

Commit

Permalink
Load interpreter inside installer
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 5, 2024
1 parent b1a854e commit 19979c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/new-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit 19979c8

Please sign in to comment.