https://github.com/ddanielsantos/ollama_gleam
https://github.com/ddanielsantos/ollama_gleam
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ddanielsantos/ollama_gleam
- Owner: ddanielsantos
- Created: 2024-08-21T02:08:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T16:22:51.000Z (8 months ago)
- Last Synced: 2025-02-15T15:05:55.737Z (2 months ago)
- Language: Gleam
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ollama_gleam
[](https://hex.pm/packages/ollama_gleam)
[](https://hexdocs.pm/ollama_gleam/)```sh
gleam add ollama_gleam@1
```
```gleam
import ollama_gleampub 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
```