Omnibus commited on
Commit
b2bd91b
·
verified ·
1 Parent(s): e7dae6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def chat_inf(system_prompt,prompt,history,client_choice,seed,temp,tokens,top_p,r
81
  )
82
  #formatted_prompt=prompt
83
  formatted_prompt = format_prompt(f"{system_prompt}, {prompt}", history)
84
- print("\n######### PROMPT "+str(len(formatted_prompt)))
85
 
86
 
87
 
 
81
  )
82
  #formatted_prompt=prompt
83
  formatted_prompt = format_prompt(f"{system_prompt}, {prompt}", history)
84
+ print("\n######### PROMPT "+str(len(formatted_prompt.split("\n").split(" "))))
85
 
86
 
87