Update web_demo.py

pull/569/head
XHr 2024-01-04 13:11:40 +08:00 committed by GitHub
parent 0b00fd331d
commit dd9d69edbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def combine_history(prompt, system=True):
raise RuntimeError
total_prompt += cur_prompt
total_prompt = total_prompt + cur_query_prompt.replace("{user}", prompt)
print(messages, total_prompt)
# print(messages, total_prompt)
return total_prompt