Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions models/providers/local/ollama/usage/memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: Memory
## Code

```python cookbook/11_models/ollama/memory.py
"""
from agno.agent import Agent
from agno.db.postgres import PostgresDb
from agno.models.ollama.chat import Ollama
Expand Down Expand Up @@ -38,7 +37,6 @@ agent.print_response("I'm going to a concert tomorrow?", stream=True)
agent.print_response(
"What have we been talking about, do you know my name?", stream=True
)

```

## Usage
Expand Down