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 70f40e6 commit f452f9b
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 @@ -126,7 +126,7 @@ export class Ollama {
): Promise<AsyncGenerator<GenerateResponse>>
generate(request: GenerateRequest & { stream?: false }): Promise<GenerateResponse>
/**
* Generates an image from a text prompt.
* Generates a response from a text prompt.
* @param request {GenerateRequest} - The request object.
* @returns {Promise<GenerateResponse | AsyncGenerator<GenerateResponse>>} - The response object or
* an AsyncGenerator that yields response messages.
Expand Down

0 comments on commit f452f9b

Please sign in to comment.