Commit Graph

54 Commits

Author SHA1 Message Date
jhqxxx a2d0f64c5b add PaddleOCR-VL-1.6 2026-06-06 18:41:29 +08:00
jhqxxx c1b84f880e update doc 2026-05-30 19:31:43 +08:00
jhqxxx 69af1ceba5 update doc 2026-05-30 13:19:58 +08:00
jhqxxx 791f3ea7e3 generate code refactored 2026-05-29 22:10:40 +08:00
jhqxxx 257057de07 generate code refactoring progress 1/3 2026-05-28 23:21:15 +08:00
jhqxxx 35678e3ee4 add MiniCPM5-1B 2026-05-27 00:50:23 +08:00
jhqxxx 8f1cbbbf8d update readme 2026-05-11 16:23:38 +08:00
jhqxxx 50f55c47b5 readme add aha-ui 2026-05-09 16:23:41 +08:00
jhqxxx 1cf075fd1d Qwen3ASR add vad data recognition 2026-04-17 13:21:51 +08:00
jhqxxx f901f4cbfe add FireRedVAD 2026-04-15 17:42:41 +08:00
jhqxxx 3e30360998 fix LiquidAI/LFM2.5-VL-450M chat_template load bug 2026-04-10 23:06:09 +08:00
jhqxxx 67f23dd575 update doc 2026-04-09 17:24:34 +08:00
jhqxxx adf31dc16f add VoxCPM2 2026-04-08 18:55:03 +08:00
jhqxxx 6fd9d3d25f update weixinqun.png 2026-04-06 20:39:13 +08:00
jhqxxx 4bee83bc9b update doc 2026-04-06 19:34:05 +08:00
jhqxxx 46ee721d74 update doc 2026-04-06 19:32:25 +08:00
jhqxxx 110a1bc5eb Merge branch 'pr/happynewplay/41' 2026-04-06 18:23:23 +08:00
jhqxxx 44d91da650 CLI update: subcommand must be specified 2026-04-03 20:43:51 +08:00
jhqxxx 279480e3d7 generate add penalty repeat 2026-04-03 14:15:10 +08:00
jhqxxx bd8eee6520 refactor generate code 2026-04-02 22:22:52 +08:00
jhqxxx b254d21efc refactor deepseek_ocr/fun_asr_nano generate code 2026-04-01 19:11:10 +08:00
jhqxxx 2802038b2e add server and cli mod 2026-03-31 21:09:29 +08:00
jhqxxx 899b1e7dfa update doc 2026-03-31 18:59:57 +08:00
jhqxxx 741869d6dd update WhichModel enum 2026-03-31 18:45:01 +08:00
jhqxxx 3e510a4172 dependencies delete aha_openai_dive,chrono 2026-03-31 12:30:12 +08:00
jhqxxx db2d3a1eb4 update doc 2026-03-30 12:51:45 +08:00
273265088@qq.com aec47e47af 给 glm-ocr 添加 gguf 和 onnx 格式推理 2026-03-26 17:42:58 +08:00
273265088@qq.com b6b970fd25 添加 All-MiniLM-L6-v2-Embedding 模型 2026-03-26 13:40:24 +08:00
273265088@qq.com a74b67c93f 主要改了 vendor/esaxx-rs/build.rs:只在 crt-static 目标下才启用 static_crt(true),用来修复 Windows 下常见的 MSVC 运行库冲突 2026-03-25 16:05:00 +08:00
273265088@qq.com b8d8732c3d 添加 rerank 和 embedding模型支持,并且添加 onnx 模型 2026-03-24 16:18:39 +08:00
jhqxxx 9224593b78 add LFM2-1.2B, LFM2.5-1.2B-Instruct 2026-03-23 22:07:41 +08:00
jhqxxx fb37be0dae v0.2.3 2026-03-19 17:24:08 +08:00
jhqxxx 6890f86030 add deepseek-ocr2 support 2026-03-18 19:15:21 +08:00
jhqxxx ca57a7245c update docs 2026-03-17 21:35:54 +08:00
jhqxxx 55a5007c07 add PaddleOCR-VL1.5 support 2026-03-17 21:30:50 +08:00
jhqxxx fb4a50f745 cli add about gguf param 2026-03-17 15:39:34 +08:00
jhqxxx 80d36b5308 add Qwen3.5 mmproj gguf 2026-03-16 14:50:59 +08:00
jhqxxx 813f4decaf update fmt 2026-03-14 20:23:07 +08:00
XiaoYang e66ff27288 docs(api): add audio transcription API documentation 2026-03-10 21:34:03 +08:00
jhqxxx d2524d6a19 merge glm-ocr model 2026-03-07 18:08:06 +08:00
jhqxxx 4ae8b0b2f4 add Qwen3.5 model 2026-03-05 21:57:03 +08:00
jhqxxx 28f8fb6c1b update fmt 2026-02-14 16:34:12 +08:00
jhqxxx 2c34fc2d79 updata index tts 2026-02-14 15:52:30 +08:00
XiaoYang da32a35b45 feat(cli): add 'list' subcommand to display supported models with optional JSON output 2026-02-09 21:35:58 +08:00
XiaoYang b81f63fcbd feat(cli): add delete subcommand to remove downloaded models 2026-02-08 13:56:57 +08:00
XiaoYang ba16c9edf5 feat: add graceful shutdown endpoint and cli service management
- Add /shutdown endpoint for graceful server shutdown
- Add 'aha ps' command to list running services
- Add comprehensive API documentation for shutdown endpoint
- Enhance CLI with --allow-remote-shutdown flag
- Implement process management module with service discovery
- Add graceful shutdown handling for Ctrl+C signals
2026-02-08 13:24:29 +08:00
XiaoYang 390d916ea6 feat(api): add health check and models endpoints with documentation
- Add /health endpoint to check service status for orchestration systems
- Add /models endpoint with OpenAI API compatible format
- Document new endpoints in both English and Chinese API docs
- Include example usage and response formats in documentation
- Add comprehensive test coverage for health and models endpoints
- Refactor model storage to include type information alongside instance
- Move model ID and type methods to WhichModel implementation
- Update API calls to access model instance through stored wrapper
2026-02-08 12:10:40 +08:00
jhqxxx fcbe736e1a update docs 2026-02-07 13:28:13 +08:00
XiaoYang fd3ebc8d1c docs: update supported models documentation with new models and licensing info 2026-02-06 17:05:08 +08:00
XiaoYang c582c4cd0a docs: update and optimize README and project documentation system
- Update README.md with improved formatting, logo, badges,
  and comprehensive documentation
- Add README.en.md with English translation of the documentation
- Include detailed quick start guide, CLI reference,
  and supported models table
- Add changelog information highlighting recent features
- Add script directory and adjust script file locations
2026-02-06 16:13:50 +08:00