Changed prompts to include more detailed steps and added new description to examples/README.

This commit is contained in:
Paul Gauthier 2023-05-12 21:23:57 -07:00
parent a0ee097f9c
commit 669a2fce60
3 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,6 @@
# Aider example chat transcripts
This repository contains chat transcripts that show how Aider can generate and edit code.
Below is a brief description of each example and a link to their respective markdown files.
Here are some example transcripts that show how you can chat with Aider to generate and edit code with GPT-4:
1. [**Hello World Flask App**](hello-world-flask.md): This example demonstrates how to create a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.