An open API service indexing awesome lists of open source software.

https://github.com/ddanielsantos/ollama_gleam


https://github.com/ddanielsantos/ollama_gleam

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ollama_gleam

[![Package Version](https://img.shields.io/hexpm/v/ollama_gleam)](https://hex.pm/packages/ollama_gleam)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/ollama_gleam/)

```sh
gleam add ollama_gleam@1
```
```gleam
import ollama_gleam

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
```