baodan/api/insurance/ppt
wsb1224 c8e0c0bb1e feat: add model configuration for PPT and poster generation
- PptSettingsAdmin.vue: full settings page with provider/model/API key
  config for PPT extraction, poster copy, and poster image generation
- Backend: GET /insurance/admin/ppt/available-models to fetch models
  from Dify API (falls back to builtin list when unavailable)
- LLM client: read model config from SystemSetting DB with 60s cache,
  priority: database > environment variables > defaults
- ppt-admin-api.ts: add getAvailableModels() method

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-24 13:46:04 +08:00
..
config
scripts
__init__.py
extraction.py fix: 添加 PyMuPDF 详细错误信息并创建缺失的迁移文件 2026-07-24 11:29:49 +08:00
irr.py
knowledge.py
llm_client.py feat: add model configuration for PPT and poster generation 2026-07-24 13:46:04 +08:00
normalizer.py
prompts.py
renderer.py
routes.py fix: accept cached extractions in generate/validate and improve parse error UX 2026-07-24 13:05:27 +08:00
validator.py