# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ai-chain-glm" version = "0.14.2" authors = ["linchong <729883852@qq.com>"] description = "A library implementing `ai-chains` for moonshot OpenAI's models. Chains can be use to apply the model series to complete complex tasks, such as text summation." readme = "README.md" keywords = [ "llm", "langchain", "chatgpt", "chain", ] categories = ["science"] license = "MIT" repository = "https://github.com/godlinchong/ai-chain" [dependencies.ai-chain] version = "0.14.2" default-features = false [dependencies.ai-chain-openai-compatible] version = "0.14.2" default-features = false [dependencies.async-openai] version = "0.16.2" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.28" [dependencies.reqwest] version = "0.11.27" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.40" [dependencies.tiktoken-rs] version = "0.5.7" [dependencies.tokio] version = "1.28.0" features = ["rt-multi-thread"] [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.qdrant-client] version = "1.3.0" [dev-dependencies.reqwest] version = "0.11.27" [dev-dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.tokio] version = "1.28.2" [features]