Class OllamaClient
Inheritance
OllamaClient
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class OllamaClient : AIClient<OllamaClient, OllamaSettings>, IApiClient
Constructors
| Edit this page View SourceOllamaClient()
Declaration
public OllamaClient()
Properties
| Edit this page View SourceChat
Declaration
public ChatService Chat { get; }
Property Value
| Type | Description |
|---|---|
| ChatService |
Embeddings
Declaration
public EmbeddingsService Embeddings { get; }
Property Value
| Type | Description |
|---|---|
| EmbeddingsService |
Generate
Declaration
public GenerateService Generate { get; }
Property Value
| Type | Description |
|---|---|
| GenerateService |
Models
Declaration
public ModelService Models { get; }
Property Value
| Type | Description |
|---|---|
| ModelService |
Version
Declaration
public VersionService Version { get; }
Property Value
| Type | Description |
|---|---|
| VersionService |