Table of Contents

Interface IModelSource

Namespace
JD.AI.Core.LocalModels.Sources
Assembly
JD.AI.Core.dll

A source that can discover GGUF model files.

public interface IModelSource

Methods

ScanAsync(CancellationToken)

Scan for available models from this source.

Task<IReadOnlyList<ModelMetadata>> ScanAsync(CancellationToken ct = default)

Parameters

ct CancellationToken

Returns

Task<IReadOnlyList<ModelMetadata>>