ic-llm 0.3.0

A library for making requests to the LLM canister on the Internet Computer
Documentation
[dependencies.candid]
version = "0.10.13"

[dependencies.ic-cdk]
version = "0.17.1"

[dependencies.serde]
version = "1.0.217"

[lib]
name = "ic_llm"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for making requests to the LLM canister on the Internet Computer"
documentation = "https://docs.rs/ic-llm"
edition = "2021"
homepage = "https://docs.rs/ic-llm"
include = ["src", "Cargo.toml", "../LICENSE", "README.md"]
license = "Apache-2.0"
name = "ic-llm"
readme = "README.md"
repository = "https://github.com/dfinity/llm"
version = "0.3.0"