Slavi Pantaleev
Slavi Pantaleev
Ah, thanks for finding that out! A quick check in the [element-hq/element-web](https://github.com/element-hq/element-web/) did not show any currently open issues for the "Rich text editor" lacking proper mentions support, except [this...
Seems like the error is raised by [matrix-appservice-bridge](https://github.com/matrix-org/matrix-appservice-bridge) here: https://github.com/matrix-org/matrix-appservice-bridge/blob/09980903eb24993211771acf24a7d75d194b5144/src/provisioning/api.ts#L356-L382 It seems like the logic ultimately intends to call the `/_matrix/federation/v1/openid/userinfo` endpoint, which is a federation endpoint. I'm not sure...
I'm hitting a similar error: > Skipping wal receiver stats because upstream host is null .. getting tripped up a few lines earlier, here: https://github.com/prometheus-community/postgres_exporter/blob/105c422dfb3222940ced0b00023225866a86ebee/collector/pg_stat_walreceiver.go#L158-L161 .. instead of where you...
TLDR: - I was wrong about there being a bug in SQL query construction from `pgStatWalReceiverQueryTemplate`. It's OK. - my issue is not related to the issue discussed here. I...
`base_url` is meant to be pointed to the base URL of an OpenAI-compatible API. The agent will then call the API endpoints(paths) that it needs, one of which being `/chat/completions`....
baibot does not support Ollama's API, but Ollama provides an OpenAI-compatible API as [documented here](https://github.com/ollama/ollama/blob/main/docs/openai.md). Our [sample baibot config file](https://github.com/etkecc/baibot/blob/17eafa86af823383724d9713cd110add03e2a756/etc/app/config.yml.dist#L124-L134) prepares `ollama` configuration for an [Ollama service](https://github.com/etkecc/baibot/blob/17eafa86af823383724d9713cd110add03e2a756/etc/services/ollama/compose.yml#L1-L8) running on [Docker...