Skip to content

Commit

Permalink
Update src/browser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceMacD authored May 10, 2024
1 parent 2b9929a commit 51dbf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class Ollama {
pull(request: PullRequest & { stream: true }): Promise<AsyncGenerator<ProgressResponse>>
pull(request: PullRequest & { stream?: false }): Promise<ProgressResponse>
/**
* 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<ProgressResponse | AsyncGenerator<ProgressResponse>>} - The response object or
Expand Down

0 comments on commit 51dbf04

Please sign in to comment.