-
Where is it? |
Beta Was this translation helpful? Give feedback.
Answered by
n4ze3m
Aug 1, 2025
Replies: 1 comment
-
Hey, sorry about the issue. Page Assist is just a client , we use the pull API from Ollama: https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model. There's no built-in way to stop it; the only option, I guess, is to terminate the request. But there's no proper documentation on whether terminating the request actually works |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
div002123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, sorry about the issue. Page Assist is just a client , we use the pull API from Ollama: https://github.com/ollama/ollama/blob/main/docs/api.md#pull-a-model. There's no built-in way to stop it; the only option, I guess, is to terminate the request. But there's no proper documentation on whether terminating the request actually works