sHORTgpt / CHANGES.txt
wiydarrr's picture
Upload folder using huggingface_hub
5f685fd verified
raw
history blame
617 Bytes
# CHANGES
## Version 0.1.2
- Improving logs in content engines
## Version 0.1.1
- Adding AssetType in AssetDatabase
- Adding ApiProvider in api_db
- Fixing pip libary missing editing_framework module, prompt_template module
## Version 0.1.0
- Fixing the AssetDatabase when it's empty
## Version 0.0.2
- Implemented the content_translation_engine; a multilingual video dubbing content engine. The source can be found at shortGPT/engine/content_translation_engine.py.
- Implemented the new EdgeTTS voice module; it can be found at shortgpt/audio/edge_voice_module.
- Added documentation which can be found under docs/.