<p align="center"><img src=".github/art/cover_ts_starter.png" alt="Social Card of TypeScript Starter"></p>
npm install llm-playground-chain
[![npm version][npm-version-src]][npm-version-href]
[![GitHub Actions][github-actions-src]][github-actions-href]

- This is LLM playground chain for Browser Extensions. It works from background's service_workers.(manifest v3).
- Occationally additional declarative_net_request rules might be requied.(manifest v3)
- This package is aimed to be a Chain for playgrounds of LLMs, for production API's of LLMs you might use langchain.js
- Bots Supported in (beta)
- ChatGPT
Luckily, it's incredibly easy to get your package development started:
``bashyou may use this GitHub template or the following command:
npx degit ishandutta2007/llm-playground-chain llm-playground-chain
cd llm-playground-chain
# if you don't have pnpm installed, run npm i -g pnpm
pnpm i # install all deps
pnpm build # builds the library for production-ready use
#finally publish
pnpm publish --access public
`
This Starter Kit comes pre-configured with the following:
- Powerful Build Engine - via unbuild
- Fully Typed APIs - via TypeScript 4.7
- Be a Good Commitizen - pre-configured Commitizen & git-cz setup to simplify semantic git commits, versioning, and changelog generations
- Built With Testing In Mind - pre-configured unit-testing powered by Vitest & e2e-testing by Cypress
- Renovate - optimized & automated PR dependency updates
- GitHub Actions - runs your CI (fixes code style issues, tags releases & creates its changelogs, runs the test suite, etc.
`bash``
pnpm test
Please see our releases page for more information on what has changed recently.
Please see CONTRIBUTING for details.
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Singularity Labs Discord Server
The MIT License (MIT). Please see LICENSE for more information.
Made with โค๏ธ
[npm-version-src]: https://img.shields.io/npm/v/llm-playground-chain?style=flat-square
[npm-version-href]: https://npmjs.com/package/llm-playground-chain
[npm-downloads-src]: https://img.shields.io/npm/dm/llm-playground-chain?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/llm-playground-chain
[github-actions-src]: https://img.shields.io/github/workflow/status/ishandutta2007/llm-playground-chain/CI/main?style=flat-square
[github-actions-href]: https://github.com/ishandutta2007/llm-playground-chain/actions?query=workflow%3Aci