The input parameters for the RaycastAI class, which extends the BaseLLMParams interface.

interface RaycastAIInput {
    creativity?: number;
    model?: "text-davinci-003" | "gpt-3.5-turbo";
    rateLimitPerMinute?: number;
}

Hierarchy (view full)

Implemented by

Properties

creativity?: number
model?: "text-davinci-003" | "gpt-3.5-turbo"
rateLimitPerMinute?: number

Generated using TypeDoc