Skip to content

Commit 2d4d26f

Browse files
committed
Remove openai gem installation check from install script
1 parent 029f2c5 commit 2d4d26f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ curl -fsSL "$REPO_URL" -o "$HOOK_PATH"
1414
chmod +x "$HOOK_PATH"
1515
echo "Hook installed to $HOOK_PATH"
1616

17-
if ! gem list -i openai > /dev/null 2>&1; then
18-
echo "Ruby gem 'openai' not found. Installing..."
19-
gem install openai
20-
fi
21-
2217
if [ -z "$OPENAI_API_KEY" ]; then
2318
echo "WARNING: OPENAI_API_KEY is not set. Please export it in your shell."
2419
fi

0 commit comments

Comments
 (0)