mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-08 03:50:22 +00:00
Update personality.py
This commit is contained in:
parent
3dbe1e81b1
commit
8ef6f84939
@ -2348,7 +2348,7 @@ class APScript(StateMachine):
|
|||||||
self.step_start(f" Summary of {doc_name} - Processing chunk : {i+1}/{len(chunks)}")
|
self.step_start(f" Summary of {doc_name} - Processing chunk : {i+1}/{len(chunks)}")
|
||||||
summary = f"{answer_start}"+ self.fast_gen(
|
summary = f"{answer_start}"+ self.fast_gen(
|
||||||
"\n".join([
|
"\n".join([
|
||||||
f"!@>Document_chunk: {doc_name}:",
|
f"!@>Document_chunk [{doc_name}]:",
|
||||||
f"{chunk}",
|
f"{chunk}",
|
||||||
f"!@>instruction: {summary_instruction}",
|
f"!@>instruction: {summary_instruction}",
|
||||||
f"Answer directly with the summary with no extra comments.",
|
f"Answer directly with the summary with no extra comments.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user