Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|