0.0.3 โ€ข Published 1 month ago

llm-playground-chain v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

npm version GitHub Actions Commitizen friendly

The Salient Features

  • This is an 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

๐Ÿ’ก Want to contrinute? Get Started

Luckily, it's incredibly easy to get your package development started:

# you 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

# how to create a git commit?
git add . # select the changes you want to commit
pnpm run commit # then simply answer the questions

# after you have successfully committed, you may create a "release"
pnpm run release # automates git commits, versioning, and changelog generations

#finally publish
pnpm publish --access public

Developer Experience (DX)

This Starter Kit comes pre-configured with the following:

๐Ÿงช Testing

pnpm test

๐Ÿ“ˆ Changelog

Please see our releases page for more information on what has changed recently.

๐Ÿ’ช๐Ÿผ Contributing

Please see CONTRIBUTING for details.

๐Ÿ Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Singularity Labs Discord Server

๐Ÿ“„ License

The MIT License (MIT). Please see LICENSE for more information.

Made with โค๏ธ

llm-playground-chain