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

Feat/feedback for pull request #44

Merged
merged 5 commits into from
Oct 23, 2024
Merged

Conversation

amiicao
Copy link
Collaborator

@amiicao amiicao commented Oct 23, 2024

Issue: #43

Changes:

  • Integrate Ollama to provide feedback on newly opened PRs
  • Updates README.md, requirements.txt, and relevant files

image

@amiicao amiicao linked an issue Oct 23, 2024 that may be closed by this pull request
@amiicao
Copy link
Collaborator Author

amiicao commented Oct 23, 2024

Working implementation.

--- Next steps:

  1. Can consider having Ollama run in the background automatically while the app runs using bash and docker (so the user/dev does not need to remember to manually run it)
  2. Feed more data and context into the llm for better feedback (can draw data from the related issue and perhaps the code itself)

@amiicao amiicao requested a review from dannyl1u October 23, 2024 08:07
@dannyl1u
Copy link
Owner

Working implementation.

--- Next steps:

  1. Can consider having Ollama run in the background automatically while the app runs using bash and docker (so the user/dev does not need to remember to manually run it)
  2. Feed more data and context into the llm for better feedback (can draw data from the related issue and perhaps the code itself)

Looks great to merge for now, can consider the above in a separate PR. Thanks!

@dannyl1u dannyl1u merged commit 8363ad3 into main Oct 23, 2024
5 checks passed
@dannyl1u dannyl1u deleted the feat/feedback-for-pull-request branch October 23, 2024 20:46
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.

feat: feedback for pull requests
2 participants