-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* functions for adding callbacks - LLMChain supports adding a callback to it's model - makes it easier when restoring a model via config or from a router and hooking up a callback chain * chat models support config serialization - closes #104 discussion - ChatModel top-level functions - ChatOpenAI - ChatAnthropic - ChatBumblebee - Utils functions - ChatGoogleAI - added callback support (I think) - ChatVertexAI * ollama updated for initial support of callbacks - supports serializing * updated ChatMistralAI - callbacks support - new api - serializing * updated req * minor update
- Loading branch information
Showing
23 changed files
with
931 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.