Commit
·
9d85333
1
Parent(s):
747864d
Update app.py
Browse filesremove verbose
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=
|
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)
|