baodan/api/insurance
wsb1224 dbe2f9202d feat: support direct LLM provider config with model sync
- Fix _call_provider to support custom providers (OpenAI-compatible
  fallback) instead of raising ValueError for unknown providers
- Add POST /admin/ppt/sync-models endpoint that fetches available
  models from the configured provider's API
- Redesign PptSettingsAdmin UI: replace Dify model dropdown with
  per-provider 'sync models' button + searchable model selector
- Remove dead Dify-specific code (fetchDifyModels, applyDifyModel)
- Update deepseek default model from deepseek-chat to deepseek-v4-pro
- API Key field now always shown (not conditional on non-dify)
2026-07-25 13:45:32 +08:00
..
admin feat: support direct LLM provider config with model sync 2026-07-25 13:45:32 +08:00
auth 0712 修复一个版本 2026-07-12 14:17:18 +08:00
chat 0712 修复一个版本 2026-07-12 14:17:18 +08:00
db fix: rename upgrade() to migrate() in migrate_017 so it runs automatically 2026-07-25 08:47:35 +08:00
instance 第一次提交。可以使用企微群消息 2026-07-02 23:13:23 +08:00
kb 0712 修复一个版本 2026-07-12 14:17:18 +08:00
middleware 0712 修复一个版本 2026-07-12 14:17:18 +08:00
models feat(ppt): upgrade renderer from 5 fixed slides to 10+ configurable pages 2026-07-24 17:49:09 +08:00
poster feat: support configurable image generation models for poster creation 2026-07-24 16:11:37 +08:00
ppt feat: support direct LLM provider config with model sync 2026-07-25 13:45:32 +08:00
recommend 0723 代码整理 2026-07-23 08:52:59 +08:00
stats 0712 修复一个版本 2026-07-12 14:17:18 +08:00
utils 0712 修复一个版本 2026-07-12 14:17:18 +08:00
wecom 0712 提交一个版本 2026-07-22 18:09:03 +08:00
__init__.py 第一次提交。可以使用企微群消息 2026-07-02 23:13:23 +08:00
app.py fix: add api/ to sys.path so app.py can run from project root 2026-07-24 12:39:57 +08:00
config.py 第一次提交。可以使用企微群消息 2026-07-02 23:13:23 +08:00
requirements.txt fix: support multiple PDF parsers for PPT extraction 2026-07-24 16:36:52 +08:00
routes.py 0723 PPT加海报功能初步完成 2026-07-23 15:04:16 +08:00