Explorar el Código

fix doc block spacing (#183)

Luke Kuzmish hace 6 meses
padre
commit
db04fea25a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.