andrewnguonly / Lumos

A RAG LLM co-pilot for browsing the web, powered by local LLMs
MIT License
1.39k stars 102 forks source link

Skip download of unsupported image formats #132

Closed andrewnguonly closed 7 months ago

andrewnguonly commented 7 months ago

Error:

background.js:2 Uncaught (in promise) Error: Ollama call failed with status code 400: unsupported image format
    at H (background.js:2:184119)
    at async background.js:2:191121
    at async G._streamResponseChunks (background.js:2:191291)
    at async G._streamIterator (background.js:2:179923)
    at async G.transform (background.js:2:116528)
    at async background.js:2:115686
    at async o (background.js:2:157632)
    at async u._transformStreamWithConfig (background.js:2:115625)
    at async u.transform (background.js:2:159838)
    at async O._streamIterator (background.js:2:126076)