diff --git a/models/providers/local/ollama/usage/memory.mdx b/models/providers/local/ollama/usage/memory.mdx index ec6315202..8d21f1624 100644 --- a/models/providers/local/ollama/usage/memory.mdx +++ b/models/providers/local/ollama/usage/memory.mdx @@ -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 @@ -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