Expand description
Ollama provider wire helpers, also preserved at the crate root.
Structs§
- Ollama
Codec - Runtime codec for Ollama chat JSON and NDJSON response bodies.
- Ollama
Codec Lib - Host-registered lib for
codec:ollama. - Ollama
Request Options - Options controlling how a chat model-request transcript is projected into an Ollama JSON request body.
Functions§
- decode_
ollama_ response - Decodes a non-streamed Ollama JSON response
bodyinto a canonical model-response transcript attributed torunnerandmodel. - decode_
ollama_ stream - Decodes a newline-delimited Ollama streaming response
bodyinto a single canonical model-response transcript attributed torunnerandmodel. - encode_
ollama_ request - Encodes a chat model-request transcript into an Ollama JSON request body.