diff --git a/src/browser.ts b/src/browser.ts index 87a1d8c..8cb8114 100644 --- a/src/browser.ts +++ b/src/browser.ts @@ -185,7 +185,7 @@ export class Ollama { pull(request: PullRequest & { stream: true }): Promise> pull(request: PullRequest & { stream?: false }): Promise /** - * Pulls a model from the server. The request object can contain a stream flag to indicate if the + * Pulls a model from the Ollama registry. The request object can contain a stream flag to indicate if the * response should be streamed. * @param request {PullRequest} - The request object. * @returns {Promise>} - The response object or