Type Alias RawCompletionParams
RawCompletionParams: { best_of?: number; echo?: boolean; frequency_penalty?: number; logit_bias?: Record<string, number>; logprobs?: number | null; max_tokens?: number; model?: string; n?: number; presence_penalty?: number; prompt: string | string[]; seed?: number; stop?: string | string[]; stream?: boolean; suffix?: string; temperature?: number; top_p?: number; user?: string;} & SamplingParams