groq-api-rust 0.1.4

This library provides the ability to interact with the Groq API.
Documentation
[dependencies.log]
version = "0.4.21"

[dependencies.reqwest]
features = ["blocking", "json", "multipart"]
version = "0.12.5"

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.thiserror]
version = "1.0.61"

[package]
authors = ["oblivisheee <merizo.labs@gmail.com>"]
description = "This library provides the ability to interact with the Groq API."
edition = "2021"
keywords = ["groq", "llm", "ai", "language"]
license = "Apache-2.0"
name = "groq-api-rust"
readme = "README.md"
repository = "https://github.com/oblivisheee/groq-rs"
version = "0.1.4"