Aarni Koskela
Aarni Koskela
## Description This PR re-enables linting for the backend (disabled 4 months ago in https://github.com/open-webui/open-webui/pull/368 because "too many issues") using [Ruff](https://github.com/astral-sh/ruff), and fixes the issues it finds. Each commit should...
## Description This PR fixes the `backend/requirements.txt` file a bit: * `youtube-transcript-api` wasn't pinned like the rest of the versions are; it is now. * some requirements with `[extras]` were...
## Description [`uuid.uuid1()`](https://docs.python.org/3.12/library/uuid.html#index-5) uses the machine's hardware ID (among other things) for UUID generation. I see no reason to use partially deterministic IDs here; every other use of UUIDs in...
## Description This PR adds a note about the desired PR target branch into the PR template, to make it easier for contributors to target the right branch. --- ###...
## Description This PR adds a Finnish localization. The only term I couldn't think of a great localization for is `token`, but that can be fixed later. --- ### Changelog...
This PR: * notes `matplotlib` is an optional dependency to use `sf_segmenter.vis` * removes the unnecessary star-imports from the `__init__` file (star imports are generally a bad idea, even more...
This PR refactors the single `polymath.py` into a `polymath` package for ease of reading and gets rid of some extraneous code. It still works as before, just the invocation changes...
## Description This PR runs `prettier` on the translation file added in #2201 so CI can pass on PRs targeting `dev` again. Since the diff touches every line of the...
## Pull Request Checklist - [x] **Target branch:** Pull requests should target the `dev` branch. - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure...
This could be a breaking change as it does change the top-level API surface you'd get with `import llama_cpp` to only publish the high-level API from `llama_cpp.llama`. Similar in intent...