File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -298,4 +298,10 @@ Assume role of the LLM and give your response.*
298298
299299- Phind fixed. #21
300300- Bard fixed. #23 #15
301- - Full and minimal executables.
301+ - Full and minimal executables.
302+
303+ ## v0.3.8
304+
305+ ** What's new?**
306+
307+ - Phind fixed. #https://github.com/Simatwa/python-tgpt/issues/21#issuecomment-1925326331
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "python-tgpt" ,
17- version = "0.3.8 " ,
17+ version = "0.3.9 " ,
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.8 "
4+ __version__ = "0.3.9 "
55__author__ = "Smartwa"
66__repo__ = "https://github.com/Simatwa/python-tgpt"
77
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ def for_stream():
151151 ):
152152 try :
153153 modified_value = re .sub ("data:" , "" , value )
154- print (modified_value )
155154 json_modified_value = json .loads (modified_value )
156155 retrieved_text = self .get_message (json_modified_value )
157156 if not retrieved_text :
You can’t perform that action at this time.
0 commit comments