Skip to content

chore(demo-web): update default LLM models#107

Merged
kimhongyeon merged 1 commit into
mainfrom
chore/update-models
Jul 1, 2026
Merged

chore(demo-web): update default LLM models#107
kimhongyeon merged 1 commit into
mainfrom
chore/update-models

Conversation

@kimhongyeon

Copy link
Copy Markdown
Member

Affected Package(s)

  • @heripo/pdf-parser
  • @heripo/document-processor
  • @heripo/model
  • @heripo/logger
  • @heripo/shared (internal)
  • demo-web
  • docs
  • Other (root configs, CI, etc.)

Summary

This PR updates the demo web upload form defaults to use a newer local Gemma model for language detection and caption parsing. The change keeps the processing configuration aligned with the intended LLM setup for OCR language hints and post-processing tasks.

Changes

  • Updated DEFAULT_FORM_VALUES.languageDetectionModel in apps/demo-web/src/features/upload/types/form-values.ts from lmstudio/gemma-4-e4b-it-mlx to lmstudio/gemma-4-26b-a4b-it-mlx.
  • Updated DEFAULT_FORM_VALUES.captionParserModel in apps/demo-web/src/features/upload/types/form-values.ts from lmstudio/gemma-4-e4b-it-mlx to lmstudio/gemma-4-26b-a4b-it-mlx.

Breaking Changes

  • None
  • If any, describe migration steps:

Checklist

  • I followed the Code of Conduct (see CODE_OF_CONDUCT.md)
  • I ran: pnpm lint pnpm typecheck pnpm build pnpm test
  • Tests added/updated; coverage remains 100%
  • Docs/README updated if needed
  • No external side effects (network/file/process/time) in tests — use mocks

Related Issues

Closes #

@kimhongyeon kimhongyeon self-assigned this Jul 1, 2026
@kimhongyeon kimhongyeon merged commit 0640528 into main Jul 1, 2026
1 check passed
@kimhongyeon kimhongyeon deleted the chore/update-models branch July 1, 2026 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant