Skip to content

Commit

Permalink
readme, benchmark requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpxyne committed Jul 4, 2023
1 parent 896b6ef commit 6ae7cc2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,17 @@ GPT-Migrate is currently in development alpha and is not yet ready for productio

We're actively looking to build up a robust benchmark repository. If you have a codebase that you'd like to contribute, please open a PR! The current benchmarks were built from scratch: REST API apps which have a few endpoints and dependency files.

## 🧗 Roadmap

Below are improvements on the to-do list. If you'd like to knock any of these or others out, please submit a PR :)

- Add logic for model input size limiting based on the window size. See issue #2.
- Add functionality to let the LLM request access to dependency functions in other files as it debugs.
- Enable internet search requests as the model debugs.
- Add unit tests to the entire project for better reliability and CI/CD
- Add more benchmark examples
- Identify and compile language-specific issues + solve for them

## 📣 Call to Action

We're looking for talented contributors. Whether you have a particular passion about a specific language or framework, want to help in creating a more robust test suite, or generally have interesting ideas on how to make this better, we'd love to have you!
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/flask-cpp/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flask
bcrypt
2 changes: 2 additions & 0 deletions benchmarks/flask-fastapi/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flask
bcrypt
2 changes: 2 additions & 0 deletions benchmarks/flask-nodejs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flask
bcrypt
2 changes: 2 additions & 0 deletions benchmarks/flask-rust/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flask
bcrypt

0 comments on commit 6ae7cc2

Please sign in to comment.