A teeny-tiny experimental package to prompt for answers in Ollama and other OpenAI-compatible APIs.
The idea is to have a simple, minimalistic package that enables you to prompt for answers without the overhead of a full-fledged client library. The focus is on composable packages and a consistent API surface that can be used across different providers.
| Provider | Response API (compact) | Chat Completion API | Streams |
|---|---|---|---|
| Ollama | ✅ | 🛑 | ✅ |
You can find the documentation hosted on godoc.org.
The examples are located in the examples directory.