-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added jupyterlab with python notebook for testing funciton chat models. * Add jupyterlab to dev dependencies * Remove extra cli.py * Fix typo in filename * Add inputs parameter to ParsedCode * Fixes * Added outputs and all tests are passing * Made progress on generating tests Updates toe the add-test openai func -- stil not working * Add tests functionality is now workingrepo-gpt setup * Add test generation * Add code gen functionality * Add dumpy open ai api key so imports work for tests * Use union for typing optional * Clean up * Add readme docs:
- Loading branch information
1 parent
3fd72cd
commit 28baf8a
Showing
25 changed files
with
5,049 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,3 +40,5 @@ jobs: | |
|
||
- name: Run tests | ||
run: poetry run pytest | ||
env: | ||
OPENAI_API_KEY: "" |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from repo_gpt import search_service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.