mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Disambiguate for cache invalidation
This commit is contained in:
@@ -10138,11 +10138,7 @@ def maybe_review_story() -> None:
|
||||
uid = int(uid)
|
||||
allowed_wi_uids.append(uid)
|
||||
|
||||
# prompt = f"\n\n{speaker_name}'s thoughts on what just happened in this story: \""
|
||||
prompt = f"\n***\n{speaker_name}'s thoughts on what just happened in this story: \""
|
||||
# prompt = f"\n***\n{speaker_name}'s thoughts on the story's latest event: \""
|
||||
|
||||
print(prompt)
|
||||
prompt = f"\n\n{speaker_name}'s thoughts on what just happened in this story: \""
|
||||
|
||||
context = koboldai_vars.calc_ai_text(
|
||||
prompt,
|
||||
|
Reference in New Issue
Block a user