Skip to content

Commit

Permalink
fixing build instructions (shreyaskarnik#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaskarnik authored Jan 14, 2024
1 parent ea641c9 commit 5e9b966
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ To generate the summary I am using the following approach:

- Clone this repo
- Install pnpm `npm install -g pnpm`
- run `yarn install`
- run `yarn dev`
- run `pnpm install`
- run `pnpm dev`
- Open Chrome and navigate to `chrome://extensions/`
- Enable developer mode (if not already enabled)
- Click on `Load unpacked` and select the `dist` folder from the base of the cloned project.
Expand Down Expand Up @@ -67,7 +67,7 @@ To generate the summary I am using the following approach:
- [x] Extend to chat with the page (use embeddings and LLMs for RAG)
- [x] Use [transformers.js](https://github.com/xenova/transformers.js) for local in browser embeddings and [Voy](https://github.com/tantaraio/voy) for the storage similar to this [Building LLM-Powered Web Apps with Client-Side Technology](https://ollama.ai/blog/building-llm-powered-web-apps)
- [ ] Focus on improving the quality of the summarization and chat
- [ ] Multimodal support
- [ ] Multimodal support

## References and Inspiration

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:firefox": "tsc --noEmit && cross-env __FIREFOX__=true vite build",
"build:watch": "cross-env __DEV__=true vite build -w --mode development",
"build:firefox:watch": "cross-env __DEV__=true __FIREFOX__=true vite build -w --mode development",
"build:hmr": "rollup --config utils/reload/rollup.config.ts",
"build:hmr": "rollup --config utils/reload/rollup.config.mjs",
"wss": "node utils/reload/initReloadServer.js",
"dev": "pnpm build:hmr && (run-p wss build:watch)",
"dev:firefox": "pnpm build:hmr && (run-p wss build:firefox:watch)",
Expand Down
File renamed without changes.

0 comments on commit 5e9b966

Please sign in to comment.