llm-chain-llama 0.13.0

A library implementing `llm-chains` for LLamA. Chains can be use to apply the model series to complete complex tasks, such as agents.
Documentation
[dependencies.anyhow]
version = "1.0.71"

[dependencies.async-trait]
version = "0.1.68"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.llm-chain]
version = "0.13.0"

[dependencies.llm-chain-llama-sys]
version = "0.13"

[dependencies.serde]
features = ["derive"]
version = "1.0.163"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.28.0"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.28.2"

[package]
authors = ["Emil Juzovitski <emil@sobel.io", "William Rudenmalm <william@sobel.io>"]
categories = ["science"]
description = "A library implementing `llm-chains` for LLamA. Chains can be use to apply the model series to complete complex tasks, such as agents."
edition = "2021"
keywords = ["llm", "langchain", "llama", "chain"]
license = "MIT"
name = "llm-chain-llama"
readme = "./README.md"
repository = "https://github.com/sobelio/llm-chain/"
version = "0.13.0"