Feat/web chat multimodal#179
Merged
Merged
Conversation
The composer's 📎 attach now takes audio as well as images:
* index.html: file input accept="image/*,audio/*"; the preview bar gains
an <audio controls> element and a filename label alongside the image
thumbnail; button relabelled "Attach media".
* app.js: `pendingImage` → `pendingMedia` carrying `{dataUrl, base64,
kind, name}`. The picker classifies image vs audio from the MIME type
(rejecting anything else), the preview shows a thumbnail for images and
a mini player for audio, and the user bubble renders the same. Dispatch
is unchanged — both image and audio ride the Ollama `images:[base64]`
field because the backend's mtmd path auto-detects the media type from
the bytes (no backend change needed).
* style.css: audio player + filename styling in the bar and in bubbles.
docs(readme): bump the stale Engine status badge v0.5.8 → v0.6.0.
Note: audio understanding is experimental upstream (llama.cpp flags it),
and the web path now matches the CLI capability for parity.
Add a "For researchers and European labs" subsection under "Why EULLM?" aimed at academic and consortium audiences. Frames EULLM as a reproducible, fully-inspectable testbed for studying the EU AI Act on running software (local audit trail, zero telemetry, Apache-2.0, no hidden services). Deliberately aspirational/invitational, not self-anointing, and explicit that no binary makes a system "AI Act compliant" — compliance is a property of the whole system and its governance, not of a runtime.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.