Slavi Pantaleev
Slavi Pantaleev
Another issue I've found is that v15 doesn't like being hosted at a subpath. It does various redirects (e.g. to `/login` and to `/`) which breaks things. Some option for...
`getting-playbook` seems kind of incomplete to me, but maybe it's fine and I can get used to it. Sometimes, I've been thinking of renaming all other `configuring-playbook-*.md` files, because the...
Coturn is for the old audio/video stack and is not in play here at all. The new stack used by Element Call only uses LiveKit. Our current setup does not...
You haven't done anything new to the Element Call stack (and LiveKit) that would resolve the issue. As I said above, TURN support for LiveKit is not enabled by default...
This is odd. The Postgres role should be invoking `zstd` tools inside the Postgres container (which should already have them), not on the host. Are you running a custom Postgres...
We have already migrated all mautrix bridges to their bridgev2 releases. As soon as @tulir releases a new bridgev2 bridge, we upgrade to it. #3577 is about enabling some common...
This is a valid feature request. baibot currently ignores all images sent by you. It doesn't support feeding them to a model yet.
To address [your previous comment](https://github.com/etkecc/baibot/issues/5#issuecomment-2356909358): > gpt-4-vision-preview does not appear to be supported by baibot -- only gpt-4 for the moment You're pasting an excerpt from the code which defines...
baibot [v1.7.0](https://github.com/etkecc/baibot/blob/d2660be33c11975027c240411ee18463a9583a14/CHANGELOG.md#2025-05-10-version-170) is now out and supports vision with the OpenAI and Anthropic providers! You can now mix text and images in the same conversation and everything will be forwarded...
Are you sure your users are invoking `/_matrix/client/r0/createRoom` and not something else like [ /_matrix/client/v3/createRoom](https://spec.matrix.org/v1.12/client-server-api/#post_matrixclientv3createroom)? Perhaps you should use a regex like `^/_matrix/client/[^/]+/createRoom` to catch both `r0`, `v3` and other...