Michael Kolb
Michael Kolb
### 🔖 Feature description Support [hCaptcha](http://hcaptcha.com) additionally to ReCaptcha for keeping bots away. ### 🎤 Pitch hCaptcha is a more privacy friendly alternative to ReCaptcha. ### 👀 Have you spent...
I recently tried to move from an existing icinga installation to this image. Importing the existing configuration seems to be quite hard. I would appreciate a section in the readme.md...
### Is your feature request related to a problem? Please describe. It is annoying to be forced to create pages for placeholders manually, because `Ctrl+click` does not apply the matching...
When running kopia behind a reverse proxy, using a configuration that uses a path prefix (e.g. `http://backupserver.local/kopia/`), kopia still tries to request data from api under the path `/api/...` since...
When selecting data from tables and items, SB is lacking a mechanism to conveniently select a subset of these objects. **Example**: I use a daily journal that looks like this:...
This PR enables to supply additional arguments to the kopia server processes that are started by KopiaUI. Fixes #1432
Links to pages like `meetings/[ACME] My Meeting` do not work. Same for headings. The `[]` seems to break rendering links in general
# Description Team class doesn't work with Ollama models. The error returned is `TypeError: Client.chat() got an unexpected keyword argument 'tool_choice'` ## Steps to Reproduce Run this code: ``` from...
# Description Tool calls do not work with Ollama Models. This bug was likely introduced while fixing #2491 ## Steps to Reproduce Run this code: ```python agent = Agent( model=Ollama(id="mistral-nemo:latest",show_tool_calls=True,tool_choice="auto"),...