Meilisearch JS
    Preparing search index...

    Type Alias ChatCompletionRequest

    type ChatCompletionRequest = {
        messages: { content: string; role: "user" | "assistant" | "system" }[];
        model: string;
        stream: boolean;
    }
    Index

    Properties

    Properties

    messages: { content: string; role: "user" | "assistant" | "system" }[]
    model: string
    stream: boolean