prompt-engine
Prompt generator
A utility library for crafting prompts to help Large Language Models generate specific outputs
A library for helping developers craft prompts for Large Language Models
3k stars
40 watching
109 forks
Language: TypeScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
bigscience-workshop/promptsource | A toolkit for creating and using natural language prompts to enable large language models to generalize to new tasks. | 2,696 |
dair-ai/prompt-engineering-guide | A comprehensive resource for designing and optimizing prompts to interact with language models | 50,262 |
brexhq/prompt-engineering | Guides software developers on how to effectively use and build systems around Large Language Models like GPT-4. | 8,440 |
microsoft/promptbench | A unified framework for evaluating large language models' performance and robustness in various scenarios. | 2,462 |
mshumer/gpt-prompt-engineer | A tool for automating the process of generating and ranking effective prompts for AI models like GPT-4, GPT-3.5-Turbo, or Claude 3 Opus. | 9,368 |
promptfoo/promptfoo | A tool for testing and evaluating large language models (LLMs) to ensure they are reliable and secure | 4,754 |
thunlp/promptpapers | A curated list of papers on prompt-based tuning for pre-trained language models, providing insights and advancements in the field. | 4,092 |
promptslab/promptify | A tool that uses large language models to extract structured information from unstructured text | 3,266 |
microsoft/lmops | A research initiative focused on developing fundamental technology to improve the performance and efficiency of large language models. | 3,695 |
miesnerjacob/learn-prompting | A comprehensive resource for learning prompt engineering techniques for interacting with large language models. | 33 |
hegelai/prompttools | A set of tools for testing and evaluating natural language processing models and vector databases. | 2,708 |
eleutherai/lm-evaluation-harness | Provides a unified framework to test generative language models on various evaluation tasks. | 6,970 |
thinkingjimmy/learning-prompt | An online tutorial and resource for learning prompt engineering, covering topics such as prompt design, ChatGPT, and Midjourney usage. | 5,216 |
prompt-toolkit/python-prompt-toolkit | A Python library for building interactive command line applications with advanced features like syntax highlighting and code completion. | 9,374 |
microsoft/typechat | Simplifies building natural language interfaces by defining types and using schema engineering to validate and process LLM responses | 8,241 |