Class OllamaRequest
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Represents the base class for requests to the Ollama API.
public abstract class OllamaRequest
- Inheritance
-
OllamaRequest
- Derived
- Inherited Members
Properties
CustomHeaders
Gets the custom headers to include with the request.
public Dictionary<string, string> CustomHeaders { get; }