Skip to content
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

[#158] Add lines to llm response #168

Merged
merged 16 commits into from
Dec 13, 2024
Merged

Conversation

JdFSilva
Copy link
Contributor

@JdFSilva JdFSilva commented Dec 10, 2024

Add line number to LLM response

  • Add line number to prompt
  • Add line to Response class
  • Add method to apply code to specified line

Send files instead of chunks

  • Retrieve 10 closest files to the prompt
  • Send the whole content of the 10 files to the LLM

Closes #158

@JdFSilva JdFSilva self-assigned this Dec 10, 2024
@JdFSilva JdFSilva marked this pull request as ready for review December 11, 2024 17:23
@JdFSilva JdFSilva force-pushed the js-158-add-lines-to-llm-response branch from 36dbd63 to dd532d9 Compare December 12, 2024 14:20
@JdFSilva JdFSilva merged commit cf18da1 into main Dec 13, 2024
1 check passed
@JdFSilva JdFSilva deleted the js-158-add-lines-to-llm-response branch December 13, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add line numbers to LLM response
3 participants