mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
Update personality.py
This commit is contained in:
parent
24f0218712
commit
40b9462479
@ -735,7 +735,7 @@ class AIPersonality:
|
||||
code +="\n"+ "\n".join(codes[-1]["content"].split("\n")[:-1])
|
||||
else:
|
||||
code +="\n"+ "\n".join(codes[-1]["content"].split("\n"))
|
||||
max_continues += 1
|
||||
nb_continues += 1
|
||||
else:
|
||||
code = codes[-1]["content"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user