Skip to content

Commit

Permalink
Merge pull request #803 from ATheorell/release0.1.0
Browse files Browse the repository at this point in the history
Release0.1.0
  • Loading branch information
ATheorell committed Oct 16, 2023
2 parents a436d0f + 4fda8ce commit dc24bb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions benchmark/RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ python scripts/benchmark.py

```

## 2023-10-16

| Benchmark | Ran | Works | Perfect |
|--------------------|----|------|--------|
| currency_converter ||||
| image_resizer ||||
| pomodoro_timer ||||
| url_shortener ||||
| file_explorer ||||
| markdown_editor ||||
| timer_app ||||
| file_organizer ||||
| password_generator ||||
| todo_list ||||

## 2023-06-21

| Benchmark | Ran | Works | Perfect |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "gpt-engineer"
version = "0.0.9"
version = "0.1.0"
description = "Specify what you want it to build, the AI asks for clarification, and then builds it."
readme = "README.md"
requires-python = ">=3.8, <4.0"
Expand Down

0 comments on commit dc24bb8

Please sign in to comment.