Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danielrosehill/iterative-llm-prompting-cycle

A repository describing a process for iteratively improving LLM prompt outputs
https://github.com/danielrosehill/iterative-llm-prompting-cycle

Last synced: 6 days ago
JSON representation

A repository describing a process for iteratively improving LLM prompt outputs

Awesome Lists containing this project

README

        

# An Iterative Cycle For Improving GPT Outputs

The purpose of this repository is to describe an iterative cycle for improving the effectiveness of prompts to a generative pre-trained tranformer (GPT).

This workflow was developed for working with ChatGPT although it may also work with other LLMs.

The workflow described here is simple but it might nevertheless provided a good foundational workflow for those looking to explore the capabilities of GPTs beyond naive prompting.

## Contents

Summary
- `summary.md`

Workflow description
- `workflow.md`

Prompt iteration example
- `/demo_prompt_iteration`

GPT configuration text
- `promptoptimisationgpt_config`

Schematics
- `/schematics`

## Schematic

![Schematic](schematics/1/diagram.png)

## Authorship

By:

Daniel Rosehill
(public at danielrosehill dot com)