meni3a

Results 3 comments of meni3a

@Pixelycia Thanks for responding. In this case, it doesn't seem the issue is with the model itself. Using the Ollama API, the model works as expected. for example: ``` curl...

@Pixelycia It's indeed possible to solve this with a little bit of code engineering. but I'm trying to take advantage of `format: 'json'` option of Ollama. every time I put...

I cloned ollama-js and deleted line 92 in the browser.ts file: ```ts throw new Error('Expected a completed response.') ``` **And now it works perfectly.** it seems like there is an...