Theia API Documentation v1.65.0
    Preparing search index...
    interface OllamaLanguageModelsManager {
        host: undefined | string;
        createOrUpdateLanguageModels(
            ...models: OllamaModelDescription[],
        ): Promise<void>;
        removeLanguageModels(...modelIds: string[]): void;
        setHost(host: undefined | string): void;
    }

    Implemented by

    Index

    Properties

    host: undefined | string

    Methods