Skip to content

Add pi-llama plugin install step to quick-start#8

Merged
julien-c merged 1 commit into
masterfrom
add-pi-llama-plugin-step
May 22, 2026
Merged

Add pi-llama plugin install step to quick-start#8
julien-c merged 1 commit into
masterfrom
add-pi-llama-plugin-step

Conversation

@julien-c
Copy link
Copy Markdown
Contributor

Summary

  • Add an explicit pi install github.com/huggingface/pi-llama step to the llama+pi quick-start, so users install the plugin before running pi.
  • Configure VS Code to format on save with Prettier (incl. Svelte) — accounts for the small line-wrap reflow in +page.svelte.

Test plan

  • npm run dev and confirm the quick-start block now shows the three-step flow (serve → install plugin → run pi).
  • Verify nothing else on the page changed visually.

- Add explicit `pi install github.com/huggingface/pi-llama` step to the
  llama+pi quick-start so users install the plugin before running `pi`.
- Configure VS Code to format on save with Prettier (including for
  Svelte files), which accounts for the line-wrap reflow in +page.svelte.
@julien-c julien-c requested a review from angt May 22, 2026 10:20
Copy link
Copy Markdown
Contributor

@gary149 gary149 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@julien-c julien-c merged commit a726958 into master May 22, 2026
1 check passed
@julien-c julien-c deleted the add-pi-llama-plugin-step branch May 22, 2026 10:22
Comment thread src/routes/+page.svelte

<span class="opacity-50"># 2. Run Pi, it will autodiscover it</span>
<span class="opacity-50"># 2. Install the pi-llama plugin</span>
pi install github.com/huggingface/pi-llama
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pi install github.com/huggingface/pi-llama
pi install https://github.com/huggingface/pi-llama

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

damn, i copy pasted from the ext's README

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops sorry, I fixed it there too

@julien-c
Copy link
Copy Markdown
Contributor Author

image

(hopefully this is temporary only)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants