llmao 0.0.2

Large Language Model API Ops, an abstraction layer for interfacing with different LLM providers
Documentation
[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.ureq]
features = ["json"]
version = "3.1.4"

[[example]]
name = "extract"
path = "examples/extract.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Large Language Model API Ops, an abstraction layer for interfacing with different LLM providers"
edition = "2024"
homepage = "https://github.com/nuttycream/llmao"
keywords = ["llm", "ai"]
license-file = "LICENSE"
name = "llmao"
readme = "README.md"
repository = "https://github.com/nuttycream/llmao"
version = "0.0.2"