langchain/libs
Pierre Véron ace7b66261
mistralai[patch]: add missing _combine_llm_outputs implementation in ChatMistralAI (#18603)
# Description
Implementing `_combine_llm_outputs` to `ChatMistralAI` to override the
default implementation in `BaseChatModel` returning `{}`. The
implementation is inspired by the one in `ChatOpenAI` from package
`langchain-openai`.
# Issue
None
# Dependencies
None
# Twitter handle
None

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-03-29 14:43:20 -07:00
..
cli cli[patch]: Fix typo in dev script name for the --chat-playground option on the cli (#19673) 2024-03-27 15:56:11 -04:00
community community[minor]: Infobip tool integration (#16805) 2024-03-29 19:01:27 +00:00
core core[minor]: Add aformat_messages to FewShotChatMessagePromptTemplate and ChatPromptTemplate (#19648) 2024-03-29 10:31:32 -04:00
experimental experimental[patch]: Removed 'SQLResults:' from the LLMResponse in SQLDatabaseChain (#17104) 2024-03-29 01:22:35 -07:00
langchain langchain[patch]: Upgrade openai's sdk and solve some interface adaptation problems. (#19548) 2024-03-29 01:25:17 -07:00
partners mistralai[patch]: add missing _combine_llm_outputs implementation in ChatMistralAI (#18603) 2024-03-29 14:43:20 -07:00
text-splitters text-splitters[minor]: Added Haskell support in langchain.text_splitter module (#16191) 2024-03-29 20:17:50 +00:00