managarten/services/llm-playground
Till-JS d605366460 feat(llm-playground): add model comparison feature
- Add modality detection (text/vision/code) to models store
- Create comparison store for parallel multi-model streaming
- Add ModelModalityFilter and ModelComparisonSelector components
- Add ComparisonResponseCard with metrics (duration, tokens, t/s)
- Add ComparisonMessageBubble for side-by-side response view
- Integrate comparison mode into ChatInput, MessageList, Sidebar
- Add dev:full script to start mana-llm + playground together
- Add start.sh script for mana-llm Python service
2026-01-31 23:30:16 +01:00
..
src feat(llm-playground): add model comparison feature 2026-01-31 23:30:16 +01:00
static feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
.dockerignore feat(llm-playground): add production deployment with auth 2026-01-30 18:15:02 +01:00
.gitignore feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
Dockerfile feat(llm-playground): add production deployment with auth 2026-01-30 18:15:02 +01:00
package.json feat(llm-playground): add model comparison feature 2026-01-31 23:30:16 +01:00
svelte.config.js feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
tsconfig.json feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
vite.config.ts feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00