powellnorma
powellnorma
**Why** When adding OpenRouter as service to https://get.big-agi.com/, a loot of visible models are added. But I only care about one or two. Having to manually click disable "Show in...
### Description Currently, for title generation, one can't say whether the model just takes long to process, or the connection failed (e.g. because of 429). Optimally (imo) it would show...
### Description When using Gemma 9B for title generation, it often starts its answer with `.` for some reason (e.g. `.some topic`). Sometimes it even answers with something like this:...
### Welcome - [X] Yes, I'm using the latest major release or the current development version. These are the only supported versions. - [X] Yes, I've searched similar issues and...
Looking at the code, I don't see how the library user is supposed to access the transcribed text? It looks like it just gets printed? https://github.com/collabora/WhisperLive/blob/e1a42c22d2de65303ec34f54805ade0e84a80d09/whisper_live/client.py#L123 I think a workaround...
In colab, `pip install whisper-live` fails with: ``` Installing collected packages: tokenizers Attempting uninstall: tokenizers Found existing installation: tokenizers 0.19.1 Uninstalling tokenizers-0.19.1: Successfully uninstalled tokenizers-0.19.1 ERROR: pip's dependency resolver does...
I think most of the dependencies that get installed with `pip install whisper-live` are only needed for the server, not the client. How can I use the client without installing...
Are there plans to support this? https://github.com/psf/cachecontrol/issues/246
I am starting weston from X11 like this: ``` export WAYLAND_DISPLAY=mysocket weston --socket=$WAYLAND_DISPLAY --backend=x11-backend.so ``` When I now start `clipboard-sync`, it doesn't seem to find the wayland session, even when...
### Describe the problem Let's say I have `item/[id]/+page.svelte`, which just contains: ```svelte import { page } from '$app/stores'; $: itemId = $page.params.id; Item {itemId} Item {itemId} This is the...