mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 01:31:20 +00:00
Removed yield
This commit is contained in:
parent
f0e1b0a0c2
commit
bed7b9d721
2
app.py
2
app.py
@ -326,7 +326,7 @@ GPT4All:Welcome! I'm here to assist you with anything you need. What can I do fo
|
||||
self.prepare_query(self.current_message)
|
||||
self.chatbot_bindings.generate(
|
||||
self.current_message,
|
||||
new_text_callback=self.new_text_callback_with_yield,
|
||||
new_text_callback=self.new_text_callback,#_with_yield,
|
||||
n_predict=len(self.current_message)+args.n_predict,
|
||||
temp=self.args.temp,
|
||||
top_k=self.args.top_k,
|
||||
|
Loading…
x
Reference in New Issue
Block a user