7 Commits

Author SHA1 Message Date
Lengyue
ef1af20791 fix webui 2025-06-02 20:30:59 -04:00
PoTaTo
626df17a0e
Big update on V1.5 (#920)
* Fix Filename.

* Remove old inference interface.

* Remove Chinese Text Normalization.

* Remove Windows bat scripts.

* Update docs (Chinese for example).

* Remove windows non-professional tutorials and update demo video link.

* Remove ASR tools.

* Remove old tokenizer builder.

* Update docs.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-18 15:55:30 +08:00
Picus303
4fc8dbdfe0
Move inference code to library dir (#801)
* move inference engine

* move file functions

* move schema

* minor fix

* minor fix

* move inference code

* update docs

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor fix

* [feature]retain the interface to support old version codes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update inference.ipynb tp support 1.5

* Remove unused package

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Whale-Dolphin <whaledolphin666@gmail.com>
Co-authored-by: Whale and Dolphin <70465000+Whale-Dolphin@users.noreply.github.com>
2025-01-10 13:34:32 +08:00
Hao Guan
d8d71b2cbb
feat: Bearer auth for HTTP API (#746)
* feat: Bearer auth for HTTP API

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-20 01:38:37 -08:00
Hao Guan
3147dd26ef
fix: no-play argument for API client (#745) 2024-12-14 23:31:25 +08:00
spicysama
b11bcf834a
fix: tts reference and config (#713)
* fix: tts reference and config

* fix streaming

* fix bug

* fix wav header
2024-12-07 18:28:37 +08:00
Picus303
62eae262c2
Make WebUI and API code cleaner (+ 1.5 fixes) (#703)
* rename webui.py to run_webui.py

* remove unused imports

* remove unsued code

* move inference code and fix all warnings

* move web app code

* make code easier to read

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* remove unused function

* remove msgpack_api.py

* rename API files

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* finish updating the doc with the new file names

* finish updating the doc with the new file names

* fix CPU use in the API

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* refactor WebUIinference in a class with submodules

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* re-enable streaming in webui inference code

* generalize inference code in webui

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor fix

* make a unique inference engine class

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor fix

* cleaning code

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* implement new structure of the API (not working)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* refactor API

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* minor fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* reimplement chat endpoint

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-07 14:13:19 +08:00