Update modules/pmbl.py
Browse files- modules/pmbl.py +1 -0
modules/pmbl.py
CHANGED
@@ -111,6 +111,7 @@ class PMBL:
|
|
111 |
stop=["</s>", "\nUser:", "\nuser:", "\nSystem:", "\nsystem:"],
|
112 |
echo=False,
|
113 |
stream=True
|
|
|
114 |
)
|
115 |
|
116 |
response_text = ""
|
|
|
111 |
stop=["</s>", "\nUser:", "\nuser:", "\nSystem:", "\nsystem:"],
|
112 |
echo=False,
|
113 |
stream=True
|
114 |
+
verbose=True
|
115 |
)
|
116 |
|
117 |
response_text = ""
|