prompting

Top 14 prompting Open-Source Projects

  • Learn_Prompting

    Prompt Engineering, Generative AI, and LLM Guide by Learn Prompting | Join our discord for the largest Prompt Engineering learning community

  • Project mention: Ask HN: Where to learn the cutting edge of prompt engineering? | news.ycombinator.com | 2023-12-10

    - https://learnprompting.org

  • Promptify

    Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research

  • Project mention: Promptify 2.0: More Structured, More Powerful LLMs with Prompt-Optimization, Prompt-Engineering, and Structured Json Parsing with GPT-n Models! 🚀 | /r/ArtificialInteligence | 2023-07-31

    First up, a huge Thank You for making Promptify a hit with over 2.3k+ stars on Github ! 🌟

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • graph-of-thoughts

    Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"

  • Project mention: Q* Could Be It - Forget AlphaGO - It's Diplomacy - Peg 1 May Have Fallen - Noam Brown May Have Achieved The Improbable - Is this Q* Leak 2.0? | /r/singularity | 2023-12-08

    We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-ofThought or Tree of Thoughts (ToT). The key idea and primary advantage of GoT is the ability to model the information generated by an LLM as an arbitrary graph, where units of information (“LLM thoughts”) are vertices, and edges correspond to dependencies between these vertices. This approach enables combining arbitrary LLM thoughts into synergistic outcomes, distilling the essence of whole networks of thoughts, or enhancing thoughts using feedback loops. We illustrate that GoT offers advantages over state of the art on different tasks, for example increasing the quality of sorting by 62% over ToT, while simultaneously reducing costs by >31%. We ensure that GoT is extensible with new thought transformations and thus can be used to spearhead new prompting schemes. This work brings the LLM reasoning closer to human thinking or brain mechanisms such as recurrence, both of which form complex networks. Website & code: https://github.com/spcl/graph-of-thoughts

  • ReAct

    [ICLR 2023] ReAct: Synergizing Reasoning and Acting in Language Models (by ysymyth)

  • swarms

    Orchestrate Swarms of Agents From Any Framework Like OpenAI, Langchain, and Etc for Real World Workflow Automation. Join our Community: https://discord.gg/DbjBMJTSWD

  • Project mention: Swarms – Automating all digital activities with millions of autonomous AI Agents | news.ycombinator.com | 2023-07-10
  • self-refine

    LLMs can generate feedback on their work, use it to improve the output, and repeat this process iteratively.

  • Project mention: Self-Refine: Iterative Refinement with Self-Feedback | news.ycombinator.com | 2023-11-23
  • Instructgpt-prompts

    A collection of ChatGPT and GPT-3.5 instruction-based prompts for generating and classifying text.

  • Project mention: Ask HN: Any good collection of writing prompts for GPT 3.5/4? | news.ycombinator.com | 2024-02-05
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • stable-diffusion-webui-Prompt_Generator

    An extension to AUTOMATIC1111 WebUI for stable diffusion which adds a prompt generator

  • Project mention: Ask HN: Are there AI prompt builder products? | news.ycombinator.com | 2024-04-17

    There are a few, here's one: https://github.com/imrayya/stable-diffusion-webui-Prompt_Gen...

  • LLM-Prompt-Library

    Advanced Code and Text Manipulation Prompts for Various LLMs. Suitable for GPT-4, Claude, Llama3, Gemini, and other high-performing open-source LLMs.

  • Project mention: About Advanced Code and Text Manipulation Prompts for Various LLMs | news.ycombinator.com | 2023-09-11
  • rci-agent

    A codebase for "Language Models can Solve Computer Tasks"

  • Project mention: Language Models Can Solve Computer Tasks | news.ycombinator.com | 2024-01-13
  • prompt-lib

    A set of utilities for running few-shot prompting experiments on large-language models

  • AREkit

    Document level Attitude and Relation Extraction toolkit (AREkit) for sampling and processing large text collections with ML and for ML

  • meta-prompting

    Official implementation of BGPT @ ICLR 2024 paper "Meta Prompting for AI Systems" (https://arxiv.org/abs/2311.11482)

  • Project mention: Meta Prompting for AGI Systems | news.ycombinator.com | 2024-02-29
  • Prompt-Injection-Testing-Tool

    The Prompt Injection Testing Tool is a Python script designed to assess the security of your AI system's prompt handling against a predefined list of user prompts commonly used for injection attacks. This tool utilizes the OpenAI GPT-3.5 model to generate responses to system-user prompt pairs and outputs the results to a CSV file for analysis.

  • Project mention: Show HN: Prompt Injection Testing Tool – GitHub | news.ycombinator.com | 2024-03-20
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

prompting related posts

  • Ask HN: Are there AI prompt builder products?

    2 projects | news.ycombinator.com | 17 Apr 2024
  • Ask HN: Where to learn the cutting edge of prompt engineering?

    3 projects | news.ycombinator.com | 10 Dec 2023
  • Self-Refine: Iterative Refinement with Self-Feedback

    1 project | news.ycombinator.com | 23 Nov 2023
  • Announcing HackAPrompt, the first-ever global Prompt Hacking competition (Sponsored by OpenAI , PreambleAI, ScaleAI, & HuggingFace)

    1 project | /r/OpenAI | 18 Nov 2023
  • Enhancing AI Interaction: A Guide to Prompt Engineering

    3 projects | dev.to | 21 Oct 2023
  • HackAPrompt 2023

    1 project | dev.to | 4 Aug 2023
  • Discover and share interesting ChatGPT chats

    2 projects | /r/ChatGPT | 28 Jun 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source prompting projects? This list will help you:

Project Stars
1 Learn_Prompting 4,163
2 Promptify 3,033
3 graph-of-thoughts 1,867
4 ReAct 1,584
5 swarms 670
6 self-refine 488
7 Instructgpt-prompts 437
8 stable-diffusion-webui-Prompt_Generator 223
9 LLM-Prompt-Library 214
10 rci-agent 205
11 prompt-lib 98
12 AREkit 52
13 meta-prompting 30
14 Prompt-Injection-Testing-Tool 18

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com