Heroku LangChain - v0.3.1

    Interface HerokuChatCompletionResponse

    Non-streaming response payload from Heroku /v1/chat/completions API. Source: Heroku /v1/chat/completions doc

    interface HerokuChatCompletionResponse {
        id: string;
        object: string;
        created: number;
        model: string;
        choices: HerokuChatCompletionChoice[];
        usage: HerokuChatCompletionUsage;
        system_fingerprint?: string;
    }
    Index

    Properties

    id: string
    object: string
    created: number
    model: string
    system_fingerprint?: string
    MMNEPVFCICPMFPCPTTAAATR