Files
letta-server/memgpt/local_llm/webui/settings.py
2023-10-23 00:41:10 -07:00

13 lines
234 B
Python

SIMPLE = {
"stopping_strings": [
"\nUSER:",
"\nASSISTANT:",
# '\n' +
# '</s>',
# '<|',
# '\n#',
# '\n\n\n',
],
"truncation_length": 4096, # assuming llama2 models
}