Member Junction
    Preparing search index...

    Interface OpenAICompatibleRequestBody

    The request body subset the seam dispatches on.

    interface OpenAICompatibleRequestBody {
        model?: string;
        stream?: boolean;
    }
    Index

    Properties

    Properties

    model?: string
    stream?: boolean