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: langchain-ai/langserve
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: langchain-ai/langserve
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on May 21, 2024

  1. Update .clabot (#656)

    eyurtsev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    4be04bd View commit details
    Browse the repository at this point in the history
  2. set default model for Anthropic (#655)

    `ChatAnthropic()` raises ValidationError.
    
    Also set model for ChatOpenAI where it appears alongside anthropic.
    
    Best to be explicit about model, otherwise new defaults will cause
    unexpected changes.
    
    Co-authored-by: Eugene Yurtsev <[email protected]>
    ccurme and eyurtsev authored May 21, 2024
    Configuration menu
    Copy the full SHA
    bb74431 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. patch: Use correct attribute for token url (#662)

    Use correct attribute
    eyurtsev authored May 24, 2024
    Configuration menu
    Copy the full SHA
    81a633e View commit details
    Browse the repository at this point in the history
  2. release 0.2.1 (#663)

    eyurtsev authored May 24, 2024
    Configuration menu
    Copy the full SHA
    6ef3aca View commit details
    Browse the repository at this point in the history
Loading