设置请求prompt长度。
prompt_length(prompt_length)
参数名称
数据类型
取值说明
prompt_length
int
请求prompt长度。
1 2
llm_req = LLMReq() llm_req.prompt_length = 1
无