UNPKG

xinghuo-test

Version:

xinghuo

8 lines (7 loc) 229 B
export declare class ChatRequestParametes { temperature: number; max_tokens: number; top_k: number; chat_id: string; constructor(temperature?: number, max_tokens?: number, top_k?: number, chat_id?: string); }