Skip to content

v0.1.2

Choose a tag to compare

@evandempsey evandempsey released this 16 Nov 10:45
· 9 commits to main since this release

What's Changed

  • 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
  • Added tests for utils/llm.py