Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregreindel/llm-exe
A package that provides simplified base components to make building and maintaining LLM-powered applications easier.
https://github.com/gregreindel/llm-exe
ai llm prompt
Last synced: about 1 month ago
JSON representation
A package that provides simplified base components to make building and maintaining LLM-powered applications easier.
- Host: GitHub
- URL: https://github.com/gregreindel/llm-exe
- Owner: gregreindel
- Created: 2023-05-29T00:41:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:33:33.000Z (2 months ago)
- Last Synced: 2024-09-30T05:24:51.345Z (about 2 months ago)
- Topics: ai, llm, prompt
- Language: TypeScript
- Homepage: https://llm-exe.com/
- Size: 1.67 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - gregreindel/llm-exe - A package that provides simplified base components to make building and maintaining LLM-powered applications easier. (TypeScript)
README
# llm-exe
[![node.js](https://github.com/gregreindel/llm-exe/actions/workflows/node.js.yml/badge.svg)](https://github.com/gregreindel/llm-exe/actions/workflows/node.js.yml) [![Coverage Status](https://coveralls.io/repos/github/gregreindel/llm-exe/badge.svg?branch=main)](https://coveralls.io/github/gregreindel/llm-exe?branch=main) [![npm version](https://badge.fury.io/js/llm-exe.svg)](https://badge.fury.io/js/llm-exe)
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](https://llm-exe.com)