Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use a better model and prompt for VLM-generated alt text

authored by

ave and committed by tangled.org 1962190c 2f59a35f

+2 -1
+2 -1
src/lib/constants.ts
··· 64 64 // Recommended is 100 per: https://www.w3.org/WAI/GL/WCAG20/tests/test3.html 65 65 // but increasing limit per user feedback 66 66 export const MAX_ALT_TEXT = 2000 67 - export const DEFAULT_ALT_TEXT_AI_MODEL = 'google/gemma-3-27b-it:free' 67 + export const DEFAULT_ALT_TEXT_AI_MODEL = 'qwen/qwen3.5-122b-a10b' 68 + export const DEFAULT_ALT_TEXT_AI_PROMPT = 'Write alt text for this image. Be concise — 1-2 sentences for simple images. If the image contains readable text, transcribe it rather than describing it. Only describe what you can clearly see; do not guess at names or details.' 68 69 69 70 export const MAX_REPORT_REASON_GRAPHEME_LENGTH = 2000 70 71