[GH-ISSUE #8630] loss of speech #83273

Closed
opened 2026-05-09 17:39:35 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @oguzhanet on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8630

What is the issue?

Hello, I am using llama3.1:8b. When I stop and reopen the application, the old chat disappears. How can I prevent this?

OS

Windows

GPU

AMD

CPU

AMD

Ollama version

0.5.7

Originally created by @oguzhanet on GitHub (Jan 28, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8630 ### What is the issue? Hello, I am using llama3.1:8b. When I stop and reopen the application, the old chat disappears. How can I prevent this? ### OS Windows ### GPU AMD ### CPU AMD ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-05-09 17:39:35 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 28, 2025):

Use a client that maintains context across sessions, see integrations.

<!-- gh-comment-id:2618889990 --> @rick-github commented on GitHub (Jan 28, 2025): Use a client that maintains context across sessions, see [integrations](https://github.com/ollama/ollama?tab=readme-ov-file#community-integrations).
Author
Owner

@oguzhanet commented on GitHub (Jan 28, 2025):

Can't I do it without using integrations? It needs to continue learning on its own.

<!-- gh-comment-id:2618916485 --> @oguzhanet commented on GitHub (Jan 28, 2025): Can't I do it without using integrations? It needs to continue learning on its own.
Author
Owner

@rick-github commented on GitHub (Jan 28, 2025):

/load and /save can save the current context and later reload, but it's not useful for maintaining state over multiple sessions.

<!-- gh-comment-id:2618938687 --> @rick-github commented on GitHub (Jan 28, 2025): `/load` and `/save` can save the current context and later reload, but it's not useful for maintaining state over multiple sessions.
Author
Owner

@oguzhanet commented on GitHub (Jan 28, 2025):

  • Then how do I make an API request?
  • If I use integrations, how do I make an API request?
<!-- gh-comment-id:2619084405 --> @oguzhanet commented on GitHub (Jan 28, 2025): - Then how do I make an API request? - If I use integrations, how do I make an API request?
Author
Owner

@rick-github commented on GitHub (Jan 28, 2025):

The ollama server is still running, curl localhost:11434/api/version. The integration is just another client of the server.

<!-- gh-comment-id:2619099024 --> @rick-github commented on GitHub (Jan 28, 2025): The ollama server is still running, `curl localhost:11434/api/version`. The integration is just another client of the server.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#83273