Max Goltzsche
Max Goltzsche
Sounds like a great idea btw. I didn't know about AppImage until you mentioned it - very interesting. I didn't find the time to look into that yet, though, and...
Right, podman can be installed by a non-root user already but not exactly the way it is documented within the readme which instructs users to extract the tar to paths...
What's do you mean by AD environment? Active Directory? As I understand the username is used in the /etc/subuid file to make rootless podman work, no? Do you want to...
Okay, now that the `podman-restart.service` is already there, let's have the other ones as well for convenience. Please feel free to create a PR.
Right, the files were added within #100.
@senpro-ingwersenk I just created PR #4497 to address this issue. However, instead of making a single static base URL configurable within LocalAI I've let it honour the `X-Forwarded-Prefix` HTTP header...
I also ran into this issue while implementing [ai-assistant-vui](https://github.com/mgoltzsche/ai-assistant-vui). Using LocalAI 2.25.0, I can confirm that enabling streaming+functions kind of works with the go openAI client as well as with...
> Why remove `{to|from}_{dict|json}` (and `to_str`) rather than replace the body of those methods with the right pydantic calls? I imagine this could be a substantial breaking change for some...
I updated the PR correspondingly but unfortunately this is still a breaking change since * `nullable` field semantics are not honoured anymore - would need to be generated into the...
I also made the generator generate `oneOf` and `anyOf` schemas as (discriminated) `Union`s the Pydantic v2 way and enabled the `exclude_unset` response option for generated API routes/endpoints (PR description updated...