managarten/services/llm-playground
Till-JS f880ef2b7f feat(llm-playground): add SvelteKit LLM playground UI
- Chat interface with message history
- Model selector for available LLM models
- Parameter panel (temperature, max tokens, etc.)
- System prompt editor
- Svelte 5 runes-based stores

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:52:10 +01:00
..
src feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
static feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
.gitignore feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +01:00
package.json feat(llm-playground): add SvelteKit LLM playground UI 2026-01-30 17:52:10 +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