Timothy Farrell
Timothy Farrell
Many thanks. I'll dig into this soon.
Look at vole.cc. They have a custom Go-based server that saves stuff to files. You could probably just plug in into this for easy local storage.
I'm having different issues with polyfills-loader but around the same idea. It's outputting ES6 code that needs to be run in a polyfill-friendly environment (legacy browsers). Funny that polyfills-loader [is...
I recommend that webui become a frontend to litellm proxy. There are a lot of things that litellm can do that we could be the pretty face for. Managing multiple...
I'd like to convert the list at `"root['_embedded']['messages']"` to an object keyed by `id` and then diff the whole data tree.
It's common for me. :-) The example is a common REST API reply where you have a result and some metadata in one package.
Just a heads up. I'm working on integrating https://fastapi-users.github.io/fastapi-users/latest/ into ollama-webui. That will give us OAUTH2 for these clients: https://frankie567.github.io/httpx-oauth/oauth2/#provided-clients. Give me a few weeks.
Sorry, no estimate. I started on it but work/life got crazy. If you need it for work then work on it. I've started with fastapi-users library but that has some...
Yep, I announced and then ghosted. Sorry. Going through a job change. Don't count on me for this.
@jsguy, it's helpful to know the background that motivated these projects. However, if Leo allowed everyone's requests, then Mithril wouldn't be small and fast (and idiomatic). All 3 of these...