LevanKvirkvelia/salute
A simple and declarative way to control LLMs
This is a JavaScript library for developers to create structured interactions with large language models (LLMs). It allows you to define a sequence of prompts and expected responses, making it easier to build complex AI agents or workflows. You feed it a starting prompt and it orchestrates the conversation with the LLM, returning structured outputs based on your definitions. This tool is for JavaScript developers who want fine-grained, predictable control over how LLMs process information and generate text.
217 stars. No commits in the last 6 months.
Use this if you are a JavaScript developer building applications that require precise, multi-step interactions with large language models and need a declarative way to manage the prompting flow.
Not ideal if you are not a JavaScript developer, need a simple one-off prompt, or prefer a higher-level, less code-intensive tool for basic LLM interactions.
Stars
217
Forks
9
Language
TypeScript
License
MIT
Category
Last pushed
Jun 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/LevanKvirkvelia/salute"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SillyTavern/SillyTavern
LLM Frontend for Power Users.
libre-webui/libre-webui
Privacy-first web interface for local AI models. Clean, minimal UI for Ollama with extensible...
chyok/ollama-gui
A single-file tkinter-based Ollama GUI project with no external dependencies.
matlab-deep-learning/llms-with-matlab
Connect MATLAB to LLM APIs, including OpenAI® Chat Completions, Azure® OpenAI Services, and Ollama™
ollama4j/ollama4j
A simple Java library for interacting with Ollama server.