Co-authored-by: Charles Packer <packercharles@gmail.com> Co-authored-by: Shubham Naik <shubham.naik10@gmail.com> Co-authored-by: Shubham Naik <shub@memgpt.ai>
37 lines
666 B
Plaintext
37 lines
666 B
Plaintext
[defaults]
|
|
preset = memgpt_chat
|
|
persona = sam_pov
|
|
human = basic
|
|
|
|
[model]
|
|
model = gpt-4
|
|
model_endpoint = https://api.openai.com/v1
|
|
model_endpoint_type = openai
|
|
context_window = 8192
|
|
|
|
[embedding]
|
|
embedding_endpoint_type = openai
|
|
embedding_endpoint = https://api.openai.com/v1
|
|
embedding_model = text-embedding-ada-002
|
|
embedding_dim = 1536
|
|
embedding_chunk_size = 300
|
|
|
|
[archival_storage]
|
|
type = chroma
|
|
path = /Users/sarahwooders/.letta/chroma
|
|
|
|
[recall_storage]
|
|
type = sqlite
|
|
path = /Users/sarahwooders/.letta
|
|
|
|
[metadata_storage]
|
|
type = sqlite
|
|
path = /Users/sarahwooders/.letta
|
|
|
|
[version]
|
|
letta_version = 0.2.12
|
|
|
|
[client]
|
|
anon_clientid = 00000000000000000000d67f40108c5c
|
|
|