Senol Sahin

Results 3 comments of Senol Sahin

Hi @deshraj I am just using the below sample code that is provided on the Github page: ``` import os from mem0 import Memory os.environ["OPENAI_API_KEY"] = "sk-proj-xxx" # Initialize Mem0...

Hi @Mrxyy and @deshraj thanks for your help. I changed the memory_id part and now it is working. thanks!

Here is how i managed to get it running: ``` mkdir -p ~/miniconda3 curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh -o ~/miniconda3/miniconda.sh bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 rm ~/miniconda3/miniconda.sh ``` ``` conda create -n...