mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-24 04:55:44 +00:00
Merge pull request #598 from ParisNeo/ParisNeo-patch-9
Update lollms_webui.py
This commit is contained in:
commit
20b61f333f
@ -1746,7 +1746,7 @@ Don't forget encapsulate the code inside a markdown code tag. This is mandatory.
|
||||
self.personality.set_message_content(output)
|
||||
if fc.function_type == FunctionType.CONTEXT_UPDATE:
|
||||
process_output = fc.process_output(context_details, client.generated_text)
|
||||
self.personality.new_message(process_output)
|
||||
self.personality.set_message_content(process_output)
|
||||
except Exception as ex:
|
||||
trace_exception(ex)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user