UNPKG

xinghuo-test

Version:

xinghuo

9 lines (8 loc) 200 B
export class ChatRequestParametes { constructor( public temperature: number = 0.1, public max_tokens: number = 2048, public top_k: number = 4, public chat_id: string = null ) {} }