Skip to content

Commit 72e5a4f

Browse files
authored
docs: Remove unused and missing OS module from examples (#3090)
1 parent b199186 commit 72e5a4f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/examples/customer-support-agent.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pip install openai mem0ai
2323
Below is the simplified code to create and interact with a Customer Support AI Agent using Mem0:
2424

2525
```python
26+
import os
2627
from openai import OpenAI
2728
from mem0 import Memory
2829

docs/examples/mem0-with-ollama.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Before you begin, ensure you have Mem0 and Ollama installed and properly configu
2121
Below is the complete code to set up and use Mem0 locally with Ollama:
2222

2323
```python
24-
import os
2524
from mem0 import Memory
2625

2726
config = {

0 commit comments

Comments
 (0)