llm-exe
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.6 • Public • Published

llm-exe

node.js Coverage Status npm version

A package that provides simplified base components to make building and maintaining LLM-powered applications easier.

  • Write functions powered by LLM's with easy to use building blocks.
  • Pure Javascript and Typescript. Allows you to pass and infer types.
  • Support for text-based and chat-based prompts (gpt-3.5-turbo and gpt-4).
  • Supercharge your prompts by using handlebars within prompt template.
  • Allow LLM's to call functions (or call other LLM executors).
  • Not very opinionated. You have control on how you use it.

See full docs here

Package Sidebar

Install

npm i llm-exe

Weekly Downloads

45

Version

2.0.0-beta.6

License

MIT

Unpacked Size

296 kB

Total Files

206

Last publish

Collaborators

  • greg.reindel