Uh oh!
There was an error while loading. Please reload this page.
Add OpenAI-powered content parsing improvement feature - #34
Closed
paskal wants to merge 2 commits into
Closed
Conversation
paskalforce-pushed
the
openai_rules_improver
branch
from
October 10, 2024 19:29
f74825d to
022c3ceComparecoveralls
commented
Oct 10, 2024
Pull Request Test Coverage Report for Build 11280720445Details
💛 - Coveralls |
coveralls
commented
Oct 10, 2024
Pull Request Test Coverage Report for Build 11280720229Details
💛 - Coveralls |
paskalforce-pushed
the
openai_rules_improver
branch
from
March 22, 2025 21:08
022c3ce to
c6ae8bcComparepaskalforce-pushed
the
openai_rules_improver
branch
2 times, most recently
from
April 21, 2025 23:20
52d1a71 to
9e9a926CompareAdds ContentParsedWrong endpoint that asks ChatGPT for a CSS selector to extract content from a URL, compares with current extraction, and saves a new rule if the result is different. Resolves#27.
paskalforce-pushed
the
openai_rules_improver
branch
from
March 29, 2026 14:58
9e9a926 to
58b4d3fComparepaskal
commented
Mar 29, 2026
MemberAuthor
Superseded by #74, which implements this functionality with a better design: automatic inline evaluation loop instead of a manual endpoint, fail-open semantics, and iterative selector refinement. |
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolves#27.