Omnibus commited on
Commit
3e1a621
1 Parent(s): 64c6877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -161,6 +161,7 @@ def load_html(inp):
161
 
162
 
163
  def generate(prompt, history, agent_name=agents[0], sys_prompt="", temperature=0.9, max_new_tokens=1048, top_p=0.95, repetition_penalty=1.0,):
 
164
  #main_point[0]=prompt
165
  #print(datetime.datetime.now())
166
  uid=uuid.uuid4()
 
161
 
162
 
163
  def generate(prompt, history, agent_name=agents[0], sys_prompt="", temperature=0.9, max_new_tokens=1048, top_p=0.95, repetition_penalty=1.0,):
164
+ html_out=""
165
  #main_point[0]=prompt
166
  #print(datetime.datetime.now())
167
  uid=uuid.uuid4()