Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Big update - RC ready #138

Merged
merged 7 commits into from
Jun 18, 2024
Merged

Big update - RC ready #138

merged 7 commits into from
Jun 18, 2024

Conversation

brainlid
Copy link
Owner

Major clean-up and updates. Test are all passing. There may be issues in some chat models that don't have good test coverage for non-live tests. This is why it's an RC! Plus docs update would be good.

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

ollama updated for initial support of callbacks

  • supports serializing

updated ChatMistralAI

  • callbacks support
  • new api
  • serializing

- 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
- closes #104 discussion
- ChatModel top-level functions
- ChatOpenAI
- ChatAnthropic
- ChatBumblebee
- Utils functions
- ChatGoogleAI - added callback support (I think)
- ChatVertexAI
- callbacks support
- new api
- serializing
* main:
  remove callback from OpenAiImage - was only partially implemented - not needed
@brainlid brainlid merged commit 3f0d1ad into main Jun 18, 2024
1 check passed
@brainlid brainlid deleted the me-model-from-string branch June 18, 2024 03:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant