-
Notifications
You must be signed in to change notification settings - Fork 63
Refactor input handling and config, remove chunking #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
5480647
feat: remove chunking and organize input parsing
mohsen1 fc3d61e
ci: never break the ai loop if askds fails
mohsen1 0d74aaa
test: fix some tests
mohsen1 660dbbb
ci: clean up a little in each loop
mohsen1 d9079be
tests: fix more tests
mohsen1 b48cf4f
tests: fix more tests
mohsen1 f10d33e
ci: simplify the script
mohsen1 f03180d
fix attempt 1 (tokenizer)
mohsen1 51d8118
fix attempt 2 (refactor-input-handling-and-config)
github-actions[bot] 28b93f1
fix attempt 4 (refactor-input-handling-and-config)
github-actions[bot] c426521
Merge pull request #54 from bodo-run/refactor-input-handling-and-conf…
mohsen1 00f3d45
Merge branch 'refactor-input-handling-and-config' of github.com:bodo-…
mohsen1 7e817c3
fix: standardize error messages, improve model testing, remove redund…
mohsen1 7b26d84
chore: fix some issues raised in PR (tests are still failing)
mohsen1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,10 @@ | ||
| IMPORTANT: To run tests, **alwasy** run the following command This command take a long time to return. Wait at least 5 minutes | ||
| askds --system-prompt="./prompts/fix-tests.txt" cargo test | ||
|
|
||
| WAIT A LONG TIME FOR askds to run the tests and find the issues. | ||
|
|
||
| use the output of the command to fix the tests. | ||
|
|
||
| IMPORTANT: Before committing, run `cargo fmt` and `cargo clippy` and `askds --system-prompt="./prompts/fix-tests.txt" cargo test` to ensure code is formatted and linted correctly. | ||
|
|
||
| IMPORTANT never commit without running the tests. |
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -8,3 +8,5 @@ yek.toml | |
| repo-serialized/ | ||
| dist/ | ||
| /*.txt | ||
| /*.diff | ||
| /*.sh | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.