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

Moves llm functions into subclasses #111

Merged
merged 8 commits into from
Dec 6, 2024
Merged

Moves llm functions into subclasses #111

merged 8 commits into from
Dec 6, 2024

Conversation

pipliggins
Copy link
Collaborator

And creates patched tests for those classes

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.49%. Comparing base (1338cb2) to head (e058a75).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #111      +/-   ##
==========================================
+ Coverage   89.28%   90.49%   +1.20%     
==========================================
  Files          14       16       +2     
  Lines        1391     1399       +8     
==========================================
+ Hits         1242     1266      +24     
+ Misses        149      133      -16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pipliggins pipliggins marked this pull request as ready for review December 5, 2024 12:52
@pipliggins pipliggins requested a review from abhidg December 5, 2024 12:52
@pipliggins pipliggins linked an issue Dec 5, 2024 that may be closed by this pull request
Copy link
Contributor

@abhidg abhidg left a comment

Choose a reason for hiding this comment

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

Looks good!

@pipliggins pipliggins merged commit 96c49a1 into main Dec 6, 2024
11 checks passed
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.

Restructure autoparser LLM functions
2 participants