Packages

An API for LLM completion that unifies across different providers.

Current section

Files

Jump to
overlay_llm gleam.toml
Raw

gleam.toml

name = "overlay_llm"
version = "0.1.0"
description = "An API for LLM completion that unifies across different providers."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "overlay", path = "packages/llm", tag_prefix = "llm-" }
links = [{ title = "EYG", href = "https://overlay.eyg.run/" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
castor = ">= 2.0.0 and < 3.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
oas_generator_utils = ">= 1.1.0 and < 2.0.0"
ogre = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"