gregreindel / llm-exe

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

Home Page:https://llm-exe.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://llm-exe.com/


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%