Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gllm"
version = "1.0.0"
description = "Gleam library for interacting with OpenAI-compatible APIs."
licences = ["Apache-2.0", "MIT"]
repository = { type = "github", user = "Forwall100", repo = "gllm" }
links = [
{ title="Repository", href="https://github.com/Forwall100/gllm" }
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
glenvy = ">= 2.0.1 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"