Erik Winter

Results 7 comments of Erik Winter

For what it's worth, the change in that pull request solved the issue for me. Is there a chance that it will be merged?

I hit this limit too and was wondering about what the best solution would be. I think the most efficient solution would not to use an external schema language Zod...

I had the same question for `beep.Resample` and I was able to quickly myself by copy/pasting the code for the resampler and add the `Close()` function myself. Since it is...

Hiding or minimizing would work too. I would be happy with that.

@maishivamhoo123 I started hacking myself already this morning and have a version that allows you to press `ctrl+h` to minimize the dialog and bring it back. But that was just...

I think there are two things not right with my solution. The first is that the type assertions to `interface { IsVisible() }` are an ugly hack. That should be...

If the standard OpenAI compatible API is used, then that is likely the cause. That API does not support setting the context size, so Ollama will use the default size...