File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -484,4 +484,14 @@ For instance:
484484** What's new?**
485485
486486- patch : FastAPI - ` /images ` amount > 10 causing http status_code 500.
487- - added : Hosted api health-status monitor.
487+ - added : Hosted api health-status monitor.
488+
489+ ## v0.6.3
490+
491+ ** What's new?**
492+
493+ - added : API static contents - ` clear ` command.
494+ * ` $ pytgpt api clear images `
495+ - patch : Streaming redirected outputs.
496+ * ` pytgpt generate --raw "Write a short story" > shortstory.txt ` #43
497+ - other minor updates
Original file line number Diff line number Diff line change 4646
4747setup (
4848 name = "python-tgpt" ,
49- version = "0.6.2 " ,
49+ version = "0.6.3 " ,
5050 license = "MIT" ,
5151 author = "Smartwa" ,
5252 maintainer = "Smartwa" ,
You can’t perform that action at this time.
0 commit comments