⚠️ Deprecated ⚠️

Install and import from "@langchain/cloudflare" instead.

This feature is deprecated and will be removed in the future.

It is not recommended for use.

Interface for CloudflareWorkersAI input parameters.

interface CloudflareWorkersAIInput {
    baseUrl?: string;
    cloudflareAccountId?: string;
    cloudflareApiToken?: string;
    model?: string;
    streaming?: boolean;
}

Implemented by

Properties

baseUrl?: string
cloudflareAccountId?: string
cloudflareApiToken?: string
model?: string
streaming?: boolean

Generated using TypeDoc