**What's new?**
- Rawdog : generate and execute python code in user's system, driven by user prompts.
<details>
<summary>
For instance:
</summary>
sh
$ pytgpt generate -n -q "Visualize the disk usage using pie chart" --rawdog
<p align="center">
<img src="https://github.com/Simatwa/python-tgpt/blob/main/assets/Figure_1.png?raw=true" width='60%'>
</p>
</details>
> **Note** : This is the first release with this feature not only in python-tgpt series but the whole **tgpt** ecosystem at large. RawDog may be buggy in some ways, supported by the fact that it is experimental. So watch out and feel free to contribute in whatever way to refine it.
**Full Changelog**: https://github.com/Simatwa/python-tgpt/compare/v0.4.0...v0.4.1