mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
2d0f1cae8c
- **Description:** added support for chat_history for Google GenerativeAI (to actually use the `chat` API) plus since Gemini currently doesn't have a support for SystemMessage, added support for it only if a user provides additional `convert_system_message_to_human` flag during model initialization (in this case, SystemMessage would be prepanded to the first HumanMessage) - **Issue:** #14710 - **Dependencies:** any dependencies required for this change, - **Tag maintainer:** for a quicker response, tag the relevant maintainer (see below), - **Twitter handle:** lkuligin --------- Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
_common.py | ||
chat_models.py | ||
embeddings.py | ||
llms.py | ||
py.typed |