print change
This commit is contained in:
parent
8afcc522df
commit
87d7e320d3
|
|
@ -245,7 +245,7 @@ def generate_payload(inputs, llm_kwargs, history, system_prompt, stream):
|
|||
"frequency_penalty": 0,
|
||||
}
|
||||
try:
|
||||
print(f" {llm_kwargs['llm_model']} : {conversation_cnt} : {inputs[:100]}")
|
||||
print(f" {llm_kwargs['llm_model']} : {conversation_cnt} : {inputs[:100]} ..........")
|
||||
except:
|
||||
print('输入中可能存在乱码。')
|
||||
return headers,payload
|
||||
|
|
|
|||
Loading…
Reference in New Issue