Fernando Maclen

Results 84 comments of Fernando Maclen

:tada: This PR is included in version 0.20.0 :tada: The release is available on [GitHub release](https://github.com/fmaclen/hollama/releases/tag/0.20.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

Also, make sure to run `npm run format` and then `npm run lint` to make sure the linter requirements are satisfied.

This error message is indicative of the context window of the model being exceeded. We made some changes to the way we interact with Ollama a few months ago (way...

@EduardKononov sorry, I was asking about your version of **Ollama**. Right now, the latest is [`0.3.11`](https://github.com/ollama/ollama/releases)

@EduardKononov I tried this model a bunch, with long conversations and I'm unable to replicate this issue. Is it possible your Ollama server is running out of memory? Can you...

What settings do you typically configure every time? The app uses the browser to store all the changes you make, if you start on a fresh browser we need to...

The way the app was architected was to only use the browser as the only dependency, this means that it's relying heavily on the browser's `localStorage` to keep track of...

> Another (but similar) idea: treat content as "link" rather than trying to preserve it in memory. That would indeed be a cool idea, but because the app was designed...

There's a similar issue for importing or exporting all sessions, knowledge, etc #162

I'm not entirely sure if this is technically possible, my gut feeling tells me it isn't possible but will need to investigate.