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
083e319574
update fmt
2026-03-31 19:06:56 +08:00
jhqxxx
741869d6dd
update WhichModel enum
2026-03-31 18:45:01 +08:00
jhqxxx
c5551e7fb8
update fmt
2026-03-31 13:08:25 +08:00
jhqxxx
3e510a4172
dependencies delete aha_openai_dive,chrono
2026-03-31 12:30:12 +08:00
jhqxxx
ea78da7834
add LFM2.5-VL-1.6B|LFM2-VL-1.6B
2026-03-30 00:44:41 +08:00
jhqxxx
b881dfcd8d
add lfm2vl
2026-03-27 11:16:31 +08:00
jhqxxx
7d3cd50e35
update fmt
2026-03-23 22:09:20 +08:00
jhqxxx
9224593b78
add LFM2-1.2B, LFM2.5-1.2B-Instruct
2026-03-23 22:07:41 +08:00
jhqxxx
6890f86030
add deepseek-ocr2 support
2026-03-18 19:15:21 +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
jhqxxx
21caee0522
update fmt
2026-03-14 20:06:20 +08:00
jhqxxx
aad0e62151
add qwen3.5 gguf
2026-03-14 19:27:01 +08:00
jhqxxx
4d544ab68f
from gguf build chat_template and tokenizer
2026-03-11 17:30:28 +08:00
jhqxxx
86141322bb
update chat_template.jinja load
2026-03-08 21:20:24 +08:00
jhqxxx
d2524d6a19
merge glm-ocr model
2026-03-07 18:08:06 +08:00
jhqxxx
2ef86b5a88
generate remove unnecessary code
2026-03-06 19:40:39 +08:00
jhqxxx
037207eccd
update generate param init
2026-03-06 19:08:58 +08:00
jhqxxx
8ada86714c
fix load_image_from_url blocking bug
2026-03-06 15:50:43 +08:00
jhqxxx
4ae8b0b2f4
add Qwen3.5 model
2026-03-05 21:57:03 +08:00
jhqxxx
a61b899741
update interpolate
2026-03-01 12:44:14 +08:00
jhqxxx
9dfe60cb53
update fmt
2026-02-14 16:46:09 +08:00
jhqxxx
28f8fb6c1b
update fmt
2026-02-14 16:34:12 +08:00
jhqxxx
b77676f029
delete index-ttss
2026-02-14 16:06:50 +08:00
jhqxxx
2c34fc2d79
updata index tts
2026-02-14 15:52:30 +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
XiaoYang
38ea72e407
refactor: reorganize imports and improve code formatting across multiple modules
2026-02-08 11:07:53 +08:00
jhqxxx
01172b1ae6
index-tts stash save
2026-02-07 00:26:03 +08:00
jhqxxx
1c507a7b12
add qwen3-asr
2026-02-05 00:43:49 +08:00
jhqxxx
f2cb6bf976
merge main
2026-02-02 17:56:34 +08:00
jhqxxx
901324cd1a
fix qwen3vl-thinking startswith bug
2026-01-31 18:57:42 +08:00
jhqxxx
e3944588fc
index tts stash save
2026-01-30 22:04:23 +08:00
jhqxxx
53791efa80
fix modelscope fun-asr-nano-2512 model load error
2026-01-17 13:18:26 +08:00
jhqxxx
d9b803d27e
add qwen3 and fun-asr-nano
2026-01-15 21:57:12 +08:00
jhqxxx
461eed7556
updata resample use rubato
2026-01-09 16:06:04 +08:00
jhqxxx
24194182fc
update get audio data
2026-01-08 19:22:21 +08:00
jhqxxx
d5ec315150
Merge branch 'pr/KingBright/13'
2026-01-08 00:12:23 +08:00
jhqxxx
618d75b263
merge pr/KingBright/13
2026-01-08 00:04:24 +08:00
jhqxxx
6ef8facfde
add glm-asr-nano
2026-01-07 21:46:01 +08:00
KingBright
4e35866a59
dynamic home dir & model donwload script
2026-01-05 15:21:15 +08:00
jhqxxx
981457347a
load audio has problem
2025-12-31 17:39:25 +08:00
jhqxxx
88ee303392
merge pr/guobin211/12
2025-12-26 00:23:14 +08:00
jhqxxx
9a4fa636be
add image api and audio api
2025-12-25 20:25:52 +08:00
michaelbguo
7c9261567b
refactor: 为RMBG2.0测试方法添加cfg(test)属性,优化extract_image_url函数避免clone
2025-12-25 10:44:32 +08:00
michaelbguo
f35631157a
feat: 优化RMBG2.0图像处理性能,支持并行批量处理
2025-12-24 21:42:05 +08:00
jhqxxx
bf53d3d869
update fmt
2025-12-24 16:03:39 +08:00