https://github.com/m4k15y6666fk/llm-in-browser
Using LLM with browser features.
https://github.com/m4k15y6666fk/llm-in-browser
llama-cpp llm
Last synced: 6 months ago
JSON representation
Using LLM with browser features.
- Host: GitHub
- URL: https://github.com/m4k15y6666fk/llm-in-browser
- Owner: m4k15y6666fk
- License: mit
- Created: 2024-05-02T17:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T09:24:47.000Z (over 1 year ago)
- Last Synced: 2025-03-25T17:49:16.404Z (10 months ago)
- Topics: llama-cpp, llm
- Language: JavaScript
- Homepage:
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# llm-in-browser
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.1.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.