[Docs] : Fix typos in docs (#1960)

This commit is contained in:
Farookh Zaheer Siddiqui
2024-10-15 17:23:53 +05:30
committed by GitHub
parent 20c3aee636
commit bd5ce7c6d2
4 changed files with 8 additions and 8 deletions

View File

@@ -229,12 +229,12 @@ m.reset() # Reset all memories
## Run Mem0 Locally
Please refer the example [Mem0 with Ollama](../examples/mem0-with-ollama) to run Mem0 locally.
Please refer to the example [Mem0 with Ollama](../examples/mem0-with-ollama) to run Mem0 locally.
## Chat Completion
Mem0 can be easily integrate into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built.
Mem0 can be easily integrated into chat applications to enhance conversational agents with structured memory. Mem0's APIs are designed to be compatible with OpenAI's, with the goal of making it easy to leverage Mem0 in applications you may have already built.
If you have a `Mem0 API key`, you can use it to initialize the client. Alternatively, you can initialize Mem0 without an API key if you're using it locally.