Skip to content

Commit

Permalink
Use collection number on memory mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Aug 19, 2023
1 parent 7deb8a6 commit 7ac6309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/3-Memory_Management.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
if st.session_state["advanced_options"]:
predefined_memory_collections()
collection_number = st.number_input(
"Inject memories from collection number (Default is 0)",
"Use collection number (Default is 0)",
min_value=0,
value=0,
)
Expand Down

0 comments on commit 7ac6309

Please sign in to comment.