Skip to content

chore(demo-web): update page range parser model#108

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

chore(demo-web): update page range parser model#108
kimhongyeon merged 1 commit into
mainfrom
chore/update-demo-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 default page range parser model used by the demo web upload flow. The change moves the page range parsing default from the previous Gemma model to the Qwen 3.6 35B MLX model so new processing requests use the updated local model configuration.

Changes

  • Updated DEFAULT_FORM_VALUES.pageRangeParserModel in apps/demo-web/src/features/upload/types/form-values.ts.
  • Replaced lmstudio/gemma-4-31b-it-mlx with lmstudio/qwen3.6-35b-a3b-mlx for page range parsing defaults.

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 f02f969 into main Jul 1, 2026
1 check passed
@kimhongyeon kimhongyeon deleted the chore/update-demo-models branch July 1, 2026 04:50
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