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

v0.1.2 Updates #22

Merged
merged 6 commits into from
Nov 16, 2024
Merged

v0.1.2 Updates #22

merged 6 commits into from
Nov 16, 2024

Conversation

evandempsey
Copy link
Owner

  • Added LLM Structured Output example to README.md
  • Added coerce_to_schema to LLMWrapper. Fixed bug where max_tokens was not fed through to chat instance
  • Fixed bug where str representation of outline was not fed to interviewee chain
  • Tiny logging bug: index off by one
  • Updated pyproject.toml: patch version v0.1.2

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

Attention: Patch coverage is 87.27273% with 14 lines in your changes missing coverage. Please review.

Project coverage is 72.29%. Comparing base (2845153) to head (9b2b93f).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
podcast_llm/utils/llm.py 53.57% 13 Missing ⚠️
podcast_llm/writer.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   68.08%   72.29%   +4.20%     
==========================================
  Files          32       33       +1     
  Lines        1131     1227      +96     
==========================================
+ Hits          770      887     +117     
+ Misses        361      340      -21     

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

@evandempsey evandempsey merged commit cde11d5 into main Nov 16, 2024
4 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.

1 participant