Skip to content

Commit

Permalink
fix: dependency and typing error #120
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweize1998 committed Mar 6, 2024
1 parent 4c16c42 commit ebcf88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agentverse/memory/chat_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ChatHistoryMemory(BaseMemory):
max_summary_tlength: int = 500
last_trimmed_index: int = 0
summary: str = ""
SUMMARIZATION_PROMPT = '''Your task is to create a concise running summary of actions and information results in the provided text, focusing on key and potentially important information to remember.
SUMMARIZATION_PROMPT: str = '''Your task is to create a concise running summary of actions and information results in the provided text, focusing on key and potentially important information to remember.
You will receive the current summary and your latest actions. Combine them, adding relevant key information from the latest development in 1st person past tense and keeping the summary concise.
Expand Down
2 changes: 1 addition & 1 deletion requirements_local.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fschat[model_worker,webui]
fschat[model_worker,webui]==0.2.30

0 comments on commit ebcf88b

Please sign in to comment.