Releases: Simatwa/python-tgpt
Releases Β· Simatwa/python-tgpt
v0.7.1
What's new?
- fix: Failure to support g4f providers -
FastApi
- feat: Rename
/audio
endpoints to/voice
-FastAPI
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's new?
Note
This is a remarkable milestone. We have to do it in style.
- feat: Asynchronous implementation to all providers except a few.
- feat: Asynchronus implementation to all
FastAPI
endpoints and its associated functions.
Full Changelog: v0.6.9...v0.7.0
v0.6.9
What's new?
- fix: Improper incomplete chat history generation.
- feat: Load intro from chat history file. (first line)
- feat: Set new
intro
on the fly. (console) - feat:
en-US-Wavenet-C
- default voice for speech synthesis. - fix: Perplexity AI raising
json.decoder.JSONDecodeError
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's new?
- fix: Failure to include intro in chat history - from
v0.6.6
Full Changelog: v0.6.7...v0.6.8
v0.6.7
Full Changelog: v0.6.6...v0.6.7
v0.6.6
v0.6.5
v0.6.4
What's new?
- feat : Dynamic provider -
auto
: Working provider overally. - Other minor feats.
Full Changelog: v0.6.3...v0.6.4
v0.6.3
What's new?
- added : API static contents management -
clear
command.$ pytgpt api clear images
- patch : Support streaming responses for redirected outputs.
pytgpt generate --raw "Write a short story" > shortstory.txt
#43
- patch : Wrapping responses on output redirection. #42
- other minor updates
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's new?
- patch : FastAPI -
/images
endpoint raising http status_code 500 onamount > 10
. - added : On-render api health-status monitor.
Full Changelog: v0.6.1...v0.6.2