No model memory #156

Closed
opened 2026-02-15 16:28:20 -05:00 by yindo · 1 comment
Owner

Originally created by @alex-crr on GitHub (Oct 26, 2024).

Hi, I'm currently iumplementing an assistant using your library, but the model doesn"t seem to be able to remember what I said on the previous prompt when using chat. Any idea on how that could get resolved?

Originally created by @alex-crr on GitHub (Oct 26, 2024). Hi, I'm currently iumplementing an assistant using your library, but the model doesn"t seem to be able to remember what I said on the previous prompt when using chat. Any idea on how that could get resolved?
yindo closed this issue 2026-02-15 16:28:20 -05:00
Author
Owner

@mxyng commented on GitHub (Nov 5, 2024):

This library is an interface for the Ollama API. You'll need to maintain message history yourself by managing the messages list

@mxyng commented on GitHub (Nov 5, 2024): This library is an interface for the Ollama API. You'll need to maintain message history yourself by managing the `messages` list
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#156