File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2727
2828** What's new?**
2929- Multiple variables renamed.
30- - First release under ` python-tgpt `
30+ - First release under ` python-tgpt `
31+
32+ ## v0.0.6
33+
34+ ** What's new?**
35+ - ` Generate is the default command ` . Thanks to @sameedzahoor
36+ - Control response framing ` --quiet `
37+ - ` Generate ` based prompt optimizaion - ` --code ` & ` --shell `
Original file line number Diff line number Diff line change 55<a href="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml"><img src="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml/badge.svg" alt="Python Test"/></a>
66-->
77<a href =" https://github.com/Simatwa/python-tgpt/blob/main/LICENSE " ><img alt =" License " src =" https://img.shields.io/static/v1?logo=GPL&color=Blue&message=MIT&label=License " /></a >
8- <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.0.5 &color=green " /></a >
8+ <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.0.6 &color=green " /></a >
99<a href =" https://github.com/psf/black " ><img alt =" Black " src =" https://img.shields.io/static/v1?logo=Black&label=Code-style&message=Black " /></a >
1010<a href =" # " ><img alt =" Passing " src =" https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green " /></a >
1111<a href =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml " ><img src =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml/badge.svg " /></a >
@@ -84,6 +84,8 @@ This package features a ready to use commandline interface.
8484
8585Instead of ` python -m tgpt ` , you can as well just use ` tgpt `
8686
87+ As from [ version 0.0.6] ( https://github.com/Simatwa/python-tgpt/releases ) , ` generate ` is the default command. So something like this will still work. ` tgpt "<Your prompt>" `
88+
8789<details >
8890
8991<summary >
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "python-tgpt" ,
15- version = "0.0.5 " ,
15+ version = "0.0.6 " ,
1616 license = "MIT" ,
1717 author = "Smartwa" ,
1818 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 11from .tgpt import TGPT
22from .imager import Imager
33
4- __version__ = "0.0.5 "
4+ __version__ = "0.0.6 "
55__author__ = "Smartwa"
66__repo__ = "https://github.com/Simatwa/python-tgpt"
77
You can’t perform that action at this time.
0 commit comments