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

RLHF #44

Draft
wants to merge 5 commits into
base: development
Choose a base branch
from
Draft

Conversation

shiv810
Copy link
Collaborator

@shiv810 shiv810 commented Dec 2, 2024

Resolves #18

  • Weights Table
  • Evals (Handled by Evals #37)
  • Phrase Scorer using Trigram
  • Reaction Weights

Copy link
Contributor

github-actions bot commented Dec 2, 2024

Unused files (1)

src/types/metrics.ts

Unresolved imports (1)

Filename unresolved
src/adapters/index.ts ./supabase/helpers/weights

Unused exports (2)

Filename exports
src/helpers/trigram-weights.ts clearTrigramWeightsCache
src/handlers/rlhf/completions-scorer.ts calculateCompletionScore

Unused types (1)

Filename types
src/types/rlhf.ts UserFeedback

@ubiquity-os-beta ubiquity-os-beta bot closed this Jan 7, 2025
Copy link

! shiv810 you were previously unassigned from this task. You cannot be reassigned.

@shiv810 shiv810 reopened this Jan 7, 2025
Copy link
Collaborator Author

@shiv810 shiv810 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ask sum up the changes made in this pr?

@@ -1,7 +1,7 @@
{
"name": "command-ask",
"description": "A highly context aware organization integrated chatbot",
"ubiquity:listeners": ["issue_comment.created"],
"ubiquity:listeners": ["issue_comment.created", "issue_comment.edited"],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ask explain the changes made by this PR?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request (#44) introduces a modification to the manifest.json file of the command-ask repository. Specifically, it updates the ubiquity:listeners array by adding the "issue_comment.edited" event.

Changes Made:

  • Before:
    "ubiquity:listeners": ["issue_comment.created"],
  • After:
    "ubiquity:listeners": ["issue_comment.created", "issue_comment.edited"],

Impact of the Change:
By including the "issue_comment.edited" event, the bot is now configured to listen and respond not only to the creation of new issue comments but also to any edits made to existing comments. This enhancement allows for more dynamic interactions, ensuring that the bot remains responsive to updates and modifications within issue discussions.

Pending Tasks:

  • Reaction Weights: This feature remains unchecked and is slated for future implementation.

This update ensures that the command-ask bot remains up-to-date with the latest interactions within GitHub issues, enhancing its ability to provide timely and relevant responses based on both new and edited comments.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment should be ignored and no output should be generated.

@shiv810 shiv810 mentioned this pull request Jan 27, 2025
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.

RLHF
2 participants