Prompete is a wrapper for LiteLLM. It integrates LLMEasyTools, and Jinja2 templates to create a flexible system for managing prompts and chat interactions. Part of the API is inspired by Claudette. They key idea behind Prompete is separation of data and its interpretation in prompts.
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
46
commits
max_loops is now max_llm_requests and is an argument to __call__
a66967eView on GitHubwe cannot pass the same kwargs to process as to get_llm_response; last completion in a loop should have not tool calls
86116f3View on GitHub