mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +01:00
Add benchmarks
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -31,3 +31,6 @@ Thumbs.db
|
||||
|
||||
# this application's specific files
|
||||
archive
|
||||
|
||||
# any log file
|
||||
*log.txt
|
||||
|
||||
2
benchmark/file_explorer/main_prompt
Normal file
2
benchmark/file_explorer/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a basic file explorer CLI tool in Python that allows users to navigate through directories, view file contents, and perform basic file operations (copy, move, delete).
|
||||
|
||||
2
benchmark/image_resizer/main_prompt
Normal file
2
benchmark/image_resizer/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a CLI tool in Python that allows users to resize images by specifying the desired width and height. Use the Pillow library for image manipulation.
|
||||
|
||||
2
benchmark/timer_app/main_prompt
Normal file
2
benchmark/timer_app/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a simple timer app using HTML, CSS, and JavaScript that allows users to set a countdown timer and receive an alert when the time is up.
|
||||
|
||||
2
benchmark/todo_list/main_prompt
Normal file
2
benchmark/todo_list/main_prompt
Normal file
@@ -0,0 +1,2 @@
|
||||
Create a simple to-do list app using HTML, CSS, and JavaScript. Store tasks in local storage and allow users to add, edit, and delete tasks.
|
||||
|
||||
Reference in New Issue
Block a user