starsaround commited on
Commit
9d85333
·
1 Parent(s): 747864d

Update app.py

Browse files

remove verbose

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def bot(message, history, model_name, provider_name, system_msg, agent):
129
  llm_chain = LLMChain(
130
  llm=llm,
131
  prompt=prompt,
132
- verbose=True,
133
  memory=memory,
134
  )
135
  bot_msg = llm_chain.run(message)
 
129
  llm_chain = LLMChain(
130
  llm=llm,
131
  prompt=prompt,
132
+ verbose=False,
133
  memory=memory,
134
  )
135
  bot_msg = llm_chain.run(message)