Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eyurtsev/kor Loading
base: 0.12.0
Choose a base ref
...
head repository: eyurtsev/kor Loading
compare: 0.13.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 11, 2023

  1. chore: Use run instead of predict_and_parse (#188)

    Related issue #185 
    
    This PR set the KorParser as the OutputParser on the LLMChain. This is
    needed, since `predict_and_parse` on the LLMChain is deprecated and
    `run` should be used. For this minimum LangChain version is raised to
    0.0.205.
    
    This PR includes
    
    - Needed changes to code
    - Needed change to documentation
    - A minimal integration test (needs OpenAI API key) to be sure, things
    are still working correct
    BorisWilhelms committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ba20aa1 View commit details
    Browse the repository at this point in the history
  2. Add __init__ and update pyproject pytest flag (#190)

    * Expand flag to full name
    * Add missing __init__ file
    eyurtsev committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    16c4f25 View commit details
    Browse the repository at this point in the history
  3. Release 0.13.0 (#192)

    See release notes
    eyurtsev committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1990baf View commit details
    Browse the repository at this point in the history
Loading