Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update llm-chain-openai requirement from 0.12.0 to 0.13.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Updates the requirements on llm-chain-openai to permit the latest version.

Changelog

Sourced from llm-chain-openai's changelog.

[0.13.0] 2023-11-15

Added

  • Support for milvus vector store
  • Support for mocking using the llm-chain-mock library
  • Add purposes for tools so that tools can know what their purpose is
  • Add support for google SERPs

Changed

  • Added support for filters in qdrant

[0.12.3] 2023-06-27

Added

  • Macro for deriving tools
  • add CUDA support for llm-chain-llama

Changed

  • Bugfix for tiktoken not counting tokens properly
  • Bugfix for defualt options not set in llm-chain-local

[0.12.2] 2023-06-06

Changed

  • Fixed issue with options not being set

[0.12.0] 2023-06-01

Added

  • Add support for hnsw embedded vector store.

Changed

  • Completely revamped all of the systems
  • Executors are now concrete as are options
  • New output format based on native support for streaming

[0.9.1] 2023-05-07

Added

  • Add support for OPENAI Organisation IDs
  • Impl Send + Sync for Param & ParamFull

... (truncated)

Commits
  • 368979b bugfix: tokio requires that rt is always enabled
  • 83939c2 chore: Release
  • 8d858e8 chore: bump versions
  • 040b76e bugfix: fix incorrectly moved example
  • 31f5fb7 Merge pull request #236 from sobelio/workspace-deps
  • 233ae1e refactor: rename similarity_search for windows support
  • 6276c2d refactor: avoid same example names for windows.exes
  • b2ba6ba chore: reformat chatgpt
  • db80506 Merge remote-tracking branch 'origin' into workspace-deps
  • 36e0971 refactor: llm-chain-openai remove tiktoken transition dep on openai-async
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [llm-chain-openai](https://github.com/sobelio/llm-chain) to permit the latest version.
- [Release notes](https://github.com/sobelio/llm-chain/releases)
- [Changelog](https://github.com/sobelio/llm-chain/blob/main/docs/CHANGELOG.md)
- [Commits](sobelio/llm-chain@llm-chain-openai-v0.12.0...llm-chain-mock-v0.13.0)

---
updated-dependencies:
- dependency-name: llm-chain-openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants