genkitx-github
    Preparing search index...

    Interface PluginOptions

    interface PluginOptions {
        apiVersion?: string;
        customModels?: string[];
        endpoint?: string;
        githubToken?: string;
    }
    Index

    Properties

    apiVersion?: string
    customModels?: string[]

    Additional model names to register that are not in the predefined list. These models will be available using the 'github/model-name' format.

    ['gpt-4-turbo', 'custom-model-name']
    
    endpoint?: string
    githubToken?: string