Popii - v0.5.1
    Preparing search index...

    Interface PopiiAiOptions

    interface PopiiAiOptions {
        provider: "openai" | "gemini" | "anthropic";
        apiKey: string;
        model?: string;
        systemPrompt?: string;
        locale?: string;
    }
    Index

    Properties

    provider: "openai" | "gemini" | "anthropic"
    apiKey: string
    model?: string
    systemPrompt?: string
    locale?: string