@squidcloud/backend
    Preparing search index...

    Interface LlmServiceOptions

    Options for the @llmService decorator.

    interface LlmServiceOptions {
        models: Record<string, LlmModelMetadata>;
    }
    Index

    Properties

    Properties

    models: Record<string, LlmModelMetadata>

    Map of model names to their metadata.