Packages

The AI SDK for Gleam. Unified interface for LLM providers.

Current section

Files

Jump to
gai README.md
Raw

README.md

# ai
[![Package Version](https://img.shields.io/hexpm/v/ai)](https://hex.pm/packages/ai)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/ai/)
```sh
gleam add ai@1
```
```gleam
import ai
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/ai>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```