letta icon indicating copy to clipboard operation
letta copied to clipboard

/MemGPT/memgpt/data_types.py:92: UserWarning: Failed to put inner thoughts in kwargs: Invalid control character at: line 2 column 609 (char 610)

Open quantumalchemy opened this issue 7 months ago • 1 comments

Describe the bug

After update 0.3.21 Getting --> 2024-07-27 13:34:07,646 - MemGPT.memgpt.server.server - DEBUG - Starting agent step /MemGPT/memgpt/data_types.py:92: UserWarning: Failed to put inner thoughts in kwargs: Invalid control character at: line 2 column 609 (char 610) warnings.warn(f"Failed to put inner thoughts in kwargs: {e}") -- se using https://inference.memgpt.ai

config: [defaults] preset = memgpt_chat persona = sam_pov human = basic

[model] model = memgpt-openai model_endpoint = https://inference.memgpt.ai model_endpoint_type = openai context_window = 8192

[embedding] embedding_endpoint_type = hugging-face embedding_endpoint = https://embeddings.memgpt.ai embedding_model = BAAI/bge-large-en-v1.5 embedding_dim = 1024 embedding_chunk_size = 300

[archival_storage] type = chroma path = /root/.memgpt/chroma

[recall_storage] type = sqlite path = /root/.memgpt

[metadata_storage] type = sqlite path = /root/.memgpt

[version] memgpt_version = 0.3.21

[client] anon_clientid = 000000000000000000000242ac130002

quantumalchemy avatar Jul 27 '24 13:07 quantumalchemy