mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 19:49:25 +00:00
synced
This commit is contained in:
parent
6cd85d2826
commit
eec5a2a471
@ -2407,6 +2407,7 @@ class APScript(StateMachine):
|
||||
f"{start_header_id_template}fun_mode{end_header_id_template}\n"+context_details["fun_mode"] if context_details["fun_mode"] else "",
|
||||
f"{start_header_id_template}discussion_window{end_header_id_template}\n"+context_details["discussion_messages"] if context_details["discussion_messages"].strip()!="" else "",
|
||||
custom_entries,
|
||||
context_details["extra"],
|
||||
f'{start_header_id_template}{context_details["ai_prefix"]}{end_header_id_template}'
|
||||
],
|
||||
8)
|
||||
|
Loading…
Reference in New Issue
Block a user