sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.35k stars 130 forks source link

chore: release #125

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

🤖 New release

⚠️ llm-chain breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-check/tree/v0.20.0/src/lints/method_parameter_count_changed.ron

Failed in:
  llm_chain::chains::conversation::Chain::send_message_raw now takes 5 parameters instead of 4, in /tmp/.tmpKvGGlh/llm-chain/crates/llm-chain/src/chains/conversation.rs:95
Changelog

## `llm-chain`

## [0.10.0](https://github.com/sobelio/llm-chain/compare/llm-chain-v0.9.1...llm-chain-v0.10.0) - 2023-05-10 ### Other - Restructuring (#124)
## `llm-chain-llama`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-v0.9.1...llm-chain-llama-v0.9.2) - 2023-05-10 ### Other - Restructuring (#124)
## `llm-chain-llama-sys`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-llama-sys-v0.9.1...llm-chain-llama-sys-v0.9.2) - 2023-05-10 ### Other - Restructuring (#124)
## `llm-chain-local`
## [0.9.0](https://github.com/sobelio/llm-chain/releases/tag/llm-chain-local-v0.9.0) - 2023-05-10 ### Other - Restructuring (#124)
## `llm-chain-openai`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-openai-v0.9.1...llm-chain-openai-v0.9.2) - 2023-05-10 ### Other - Restructuring (#124)
## `llm-chain-qdrant`
## [0.9.2](https://github.com/sobelio/llm-chain/compare/llm-chain-qdrant-v0.9.1...llm-chain-qdrant-v0.9.2) - 2023-05-10 ### Other - updated the following local packages: llm-chain


This PR was generated with release-plz.