Browse Source

fix doc block spacing (#183)

Luke Kuzmish 4 months ago
parent
commit
db04fea25a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/browser.ts

+ 1 - 1
src/browser.ts

@@ -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.