quantumalchemy
quantumalchemy
converted Bing endpoint and config response.json() to searxng params
**Describe the bug** on a typical round letta / memgpt server returns --> data: [DONE_GEN] data: {"id":"message-291c206c-2fe8-4328-b80f-13762b2e26a8","date":"2024-09-25T19:52:05+00:00","message_type":"internal_monologue","internal_monologue":"This is my internal monologue."} ` data: {"id":"message-291c206c-2fe8-4328-b80f-13762b2e26a8","date":"2024-09-25T19:52:05+00:00","message_type":"function_call","function_call":{"name":"send_message","arguments":"{\n \"message\": \"This my message via send_message...
How to turn off return of -- the verbose unstructured text --> using --> result = RAG.search(query=query,k=4) and just Return the dict -> [{"content": ... [Aug 18, 16:57:05] Loading segmented_maxsim_cpp...
USING SDK response = memgpt_client.send_message( agent_id=agent_id, message=prompt, role="user", ) ---> *llm_api/helpers.py:184: UserWarning: Failed to strip inner thoughts from kwargs: Unterminated string starting at: line 2 column 14 (char 15) warnings.warn(f"Failed...