starsnatched
commited on
Commit
•
b3a8ad1
1
Parent(s):
8aa8091
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ When you have WebUI or your desired backend running, you can open a terminal/pow
|
|
30 |
Use `memgpt run --no-verify` to chat with MemGPT!
|
31 |
|
32 |
# Prompt Template
|
33 |
-
This model uses a custom chat template. We're naming this template "memgpt". This can be configured via `memgpt configure`.
|
34 |
```
|
35 |
<turn> SYSTEM: You are MemGPT. </turn>
|
36 |
<turn> SYSTEM_ALERT: {'message': 'You have 50 prior messages with the user. These messages have been hidden from view due to memory constraints, but you can view them using functions.', 'time': '2023-10-07 11:50:03 PM PDT-0700'} </turn>
|
|
|
30 |
Use `memgpt run --no-verify` to chat with MemGPT!
|
31 |
|
32 |
# Prompt Template
|
33 |
+
This model uses a custom chat template. We're naming this template "memgpt". This can be configured via `memgpt configure`. Currently, it is recommended to be used with `airoboros` wrapper.
|
34 |
```
|
35 |
<turn> SYSTEM: You are MemGPT. </turn>
|
36 |
<turn> SYSTEM_ALERT: {'message': 'You have 50 prior messages with the user. These messages have been hidden from view due to memory constraints, but you can view them using functions.', 'time': '2023-10-07 11:50:03 PM PDT-0700'} </turn>
|