Skip to content

Commit

Permalink
patch: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simatwa committed Apr 24, 2024
1 parent c703ffd commit 5a3c40d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,4 +510,11 @@ For instance:
- feat: New text provider - [YepChat](https://yep.com)
- feat: New image provider [Prodia](prodia.com)
- feat: Speech synthesise responses. `--talk-to-me` shortform `-ttm`
- feat: Speech synthesise - **FastAPI** - `/audio`
- feat: Speech synthesise - **FastAPI** - `/audio`
## v0.6.6
**What's new?**

- feat: Minor mods
- addon: Telegram-bot - [pytgpt-bot](https://github.com/Simatwa/pytgpt-bot)
4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,10 @@ This flag instructs the system to audiolize the ai responses and then play them,

Version **0.6.4** introduces another dynamic provider, `auto`, which denotes the working provider **overall**. This relieves you of the workload of manually checking a working provider each time you fire up pytgpt.

## [Telegram Bot](https://github.com/Simatwa/pytgpt-bot)

If you're not satisfied with the existing interfaces, [pytgpt-bot](https://github.com/Simatwa/pytgpt-bot) could be the solution you're seeking. This bot is designed to enhance your experience by offering a wide range of functionalities. Whether you're interested in engaging in AI-driven conversations, creating images and audio from text, or exploring other innovative features, [pytgpt-bot is equipped to meet your needs.](https://github.com/Simatwa/pytgpt-bot)
<details>
<summary>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup(
name="python-tgpt",
version="0.6.5",
version="0.6.6",
license="MIT",
author="Smartwa",
maintainer="Smartwa",
Expand Down

0 comments on commit 5a3c40d

Please sign in to comment.