Bernhard Enders

Results 17 issues of Bernhard Enders

This fix the following exception that is always triggered when a fallback is necessary: ``` | File "/usr/local/lib/python3.11/site-packages/litellm/proxy/_types.py", line 1836, in __init__ | "No healthy deployment available" in self.message |...

### What happened? Every time I log-in to the LiteLLM Admin Panel ui I've got the following error notification message: ![image](https://github.com/user-attachments/assets/8bc079e9-4d1f-4cc9-a3f7-04fa299c136c) Looking at the stack trace, the error originates in...

bug

### What happened? setup a new model like this: ```json - model_name: 'yi-coder' litellm_params: model: 'ollama_chat/yi-coder:latest' provider: ollama_chat api_base: 'https://your-ollama-server-url' ``` Try to chat with this model via curl and...

bug
awaiting: user response

## Feature Request: Notification and Handling for Failed Embeddings in Open-WebUI **Description:** Currently, Open-WebUI displays a spinning progress bar during document uploads (embedding process). However, if an embedding fails for...

# Bug Report ## Installation Method Docker, via docker compose. ## Environment - **Open WebUI Version:** v0.5.16 - **Ollama (if applicable):** N/A - **Operating System:** Ubuntu 22.04 - **Browser (if...

### PHP Version 8.3 ### CodeIgniter4 Version CodeIgniter 4.5.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Debian 12 ### Which...

**Description** This pull request enhances the `can()` method in CodeIgniter Shield to support hierarchical permissions, allowing for more granular control over user access. Previously, Shield only supported single-level permissions (e.g.,...

enhancement
docs needed