mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
Log output supports utf8 encoding display (#1700)
This commit is contained in:
parent
3210b378e8
commit
c13db49d5b
1 changed files with 1 additions and 1 deletions
|
@ -4001,7 +4001,7 @@ Change Mode<br>
|
|||
trunc_len = 32000
|
||||
|
||||
printablegenparams_raw = truncate_long_json(genparams,trunc_len)
|
||||
utfprint("\nInput: " + json.dumps(printablegenparams_raw),1)
|
||||
utfprint("\nInput: " + json.dumps(printablegenparams_raw,ensure_ascii=False),1)
|
||||
|
||||
# transform genparams (only used for text gen) first
|
||||
genparams = transform_genparams(genparams, api_format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue