mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-04 18:38:12 +00:00
- **Description:** Streaming response from Mistral model using Vertex AI raises KeyError when trying to access `choices` key, that the last chunk doesn't have. The fix is to access the key safely using `get()`. - **Issue:** https://github.com/langchain-ai/langchain/issues/27886 - **Dependencies:** - **Twitter handle:**