Few-shot example injection #15
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
austin/localcode#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement automatic few-shot example selection from the project codebase.
Small models benefit enormously from in-context examples. A 3B model asked to "write a test" with zero examples produces generic code; shown two tests from the same project, it matches the style and conventions.