File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ DEBLIB := $(DEB)/usr/lib
1313default : install test build
1414
1515# Target to install dependencies
16- install :
16+ install : clean
1717 $(PI ) install -r requirements.txt
1818 $(PI ) install .
1919
Original file line number Diff line number Diff line change @@ -269,4 +269,10 @@ Assume role of the LLM and give your response.*
269269** What's new?**
270270
271271- Auto-detect placeholders (#17 )
272- - ` Aura ` - default provider
272+ - ` Aura ` - default provider
273+
274+ ## v0.3.5
275+
276+ ** What's new?**
277+
278+ - * Binaries for all system.*
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "python-tgpt" ,
17- version = "0.3.4 " ,
17+ version = "0.3.5 " ,
1818 license = "MIT" ,
1919 author = "Smartwa" ,
2020 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 11from .utils import appdir
22import g4f
33
4- __version__ = "0.3.4 "
4+ __version__ = "0.3.5 "
55__author__ = "Smartwa"
66__repo__ = "https://github.com/Simatwa/python-tgpt"
77
You can’t perform that action at this time.
0 commit comments