@watzon/baserow
    Preparing search index...

    Interface OpenAISettings

    interface OpenAISettings {
        api_key?: string;
        models?: string[];
        organization?: string;
    }
    Index

    Properties

    api_key?: string
    models?: string[]
    organization?: string