managarten/services/llm-playground
Till-JS 213740411b feat(llm-playground): add model metadata system and SSD documentation
- Add MODEL_METADATA config for Ollama models with descriptions and modality
- Update default model to gemma3:4b
- Show model descriptions in ModelSelector and ComparisonSelector
- Add docs/OLLAMA_MODELS.md with instructions for adding new models
- Document external 4TB SSD setup in MAC_MINI_SERVER.md
- Add gemma3:12b, gemma3:27b, qwen2.5-coder:14b to model registry
2026-02-01 00:24:34 +01:00
..
src feat(llm-playground): add model metadata system and SSD documentation 2026-02-01 00:24:34 +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