Skip to content

Commit

Permalink
fix doc block spacing (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech authored Dec 22, 2024
1 parent ddb2cec commit db04fea
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 @@ -100,7 +100,7 @@ export class Ollama {
return await response.json()
}

/**
/**
* Encodes an image to base64 if it is a Uint8Array.
* @param image {Uint8Array | string} - The image to encode.
* @returns {Promise<string>} - The base64 encoded image.
Expand Down

0 comments on commit db04fea

Please sign in to comment.