aegis
aegis
Vitest tests pass but throw the following warning multiple times: > Warning: An update to App inside a test was not wrapped in act(...). > > When testing, code that...
Could rewrite font preview generation to generate SVG font previews at some point ref: https://github.com/ae9is/react-fontpicker/tree/main/packages/fontpicker/scripts#notes
Closes #2373 # Risks Probably medium. Adds changes to `node-plugin` which is fairly common functionality. Only changes image description service and describe image action. # Background ## What does this...
A few things are broken in `plugin-node` related to image description: 1. GIF frame extraction doesn't work for me (the call to `gifFrames` fails), and also uses an unmaintained dependency...
### System Info n/a ### Environment/Platform - [ ] Website/web-app - [ ] Browser extension - [ ] Server-side (e.g., Node.js, Deno, Bun) - [ ] Desktop app (e.g., Electron)...
See #302 Adds support for automatically detecting language to Whisper tasks. The existing HuggingFace and Whisper implementations in Python were used as reference: [Hugging Face Transformers](https://github.com/huggingface/transformers/blob/98e8062df3cf82b367e8a243963e4afb0d9d3407/src/transformers/models/whisper/generation_whisper.py#L1425) [Original Whisper](https://github.com/openai/whisper/blob/90db0de1896c23cbfaf0c58bc2d30665f709f170/whisper/decoding.py#L19) Also updates...