Files
langchain/docs
NuODaniel 70b6315b23 community[patch]: fix qianfan chat stream calling caused exception (#13800)
- **Description:** 
`QianfanChatEndpoint` extends `BaseChatModel` as a super class, which
has a default stream implement might concat the MessageChunk with
`__add__`. When call stream(), a ValueError for duplicated key will be
raise.
  - **Issues:** 
     * #13546  
     * #13548
     * merge two single test file related to qianfan.
  - **Dependencies:** no
  - **Tag maintainer:**

---------

Co-authored-by: root <liujun45@baidu.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2024-01-09 15:29:25 -08:00
..
2023-12-15 17:46:12 -08:00
2024-01-05 09:15:00 -08:00
2023-12-17 12:55:49 -08:00
2024-01-08 08:38:14 -08:00
2024-01-08 08:38:14 -08:00
2024-01-07 08:34:34 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide