Forest Admin - API reference
    Preparing search index...

    Type Alias BaseAiConfiguration

    Base configuration common to all AI providers.

    type BaseAiConfiguration = {
        apiKey?: string;
        model: string;
        name: string;
        provider: AiProvider;
    }
    Index

    Properties

    apiKey?: string
    model: string
    name: string
    provider: AiProvider