Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4k15y6666fk/llm-in-browser
Using LLM with browser features.
https://github.com/m4k15y6666fk/llm-in-browser
llama-cpp llm
Last synced: about 1 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T20:14:58.000Z (8 months ago)
- Last Synced: 2024-05-03T04:24:23.534Z (8 months ago)
- Topics: llama-cpp, llm
- Language: JavaScript
- Homepage:
- Size: 2.12 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.