langchain/libs/partners
Eugene Yurtsev a265878d71
langchain_openai[patch]: Invoke callback prior to yielding token (#16909)
All models should be calling the callback for new token prior to
yielding the token.

Not doing this can cause callbacks for downstream steps to be called
prior to the callback for the new token; causing issues in
astream_events APIs and other things that depend in callback ordering
being correct.

We need to make this change for all chat models.
2024-02-01 16:43:10 -08:00
..
anthropic anthropic[patch]: Fix message type lookup in Anthropic Partners (#16563) 2024-01-25 09:17:59 -08:00
exa exa: init pkg (#16553) 2024-01-24 20:57:17 -07:00
google-genai google-genai: added logic for method get_num_tokens() (#16205) 2024-01-24 21:43:16 -07:00
google-vertexai google-vertexai[patch]: streaming bug (#16603) 2024-01-26 09:45:34 -08:00
mistralai mistralai[patch]: async integration tests (#16214) 2024-01-18 09:45:44 -08:00
nomic nomic: init pkg (#16853) 2024-01-31 16:46:35 -08:00
nvidia-ai-endpoints partners: add license field (#16117) 2024-01-17 08:37:13 -08:00
nvidia-trt nvidia-trt: remove tritonclient all extra dep (#16749) 2024-01-30 16:06:19 -08:00
openai langchain_openai[patch]: Invoke callback prior to yielding token (#16909) 2024-02-01 16:43:10 -08:00
robocorp robocorp: release 0.0.3 (#16789) 2024-01-30 07:15:25 -08:00
together partners: add license field (#16117) 2024-01-17 08:37:13 -08:00