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 f452f9b commit 2b9929a
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 @@ -170,7 +170,7 @@ export class Ollama {
/**
* Creates a new model from a stream of data.
* @param request {CreateRequest} - The request object.
* @returns {Promise<ProgressResponse | AsyncGenerator<ProgressResponse>>} - The response object or
* @returns {Promise<ProgressResponse | AsyncGenerator<ProgressResponse>>} - The response object or a stream of progress responses.
*/
async create(
request: CreateRequest,
Expand Down

0 comments on commit 2b9929a

Please sign in to comment.