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 @@ -378,4 +378,10 @@ For instance:
378378 ``` sh
379379 pytgpt gpt4free test -y
380380 ```
381- - Order providers in ascending. #31
381+ - Order providers in ascending. #31
382+
383+ ## v0.4.7
384+
385+ ** What's new?**
386+
387+ - ` g4fauto ` fixed.
Original file line number Diff line number Diff line change 3636
3737setup (
3838 name = "python-tgpt" ,
39- version = "0.4.6 " ,
39+ version = "0.4.7 " ,
4040 license = "MIT" ,
4141 author = "Smartwa" ,
4242 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 11from .utils import appdir
22import g4f
33
4- __version__ = "0.4.6 "
4+ __version__ = "0.4.7 "
55__author__ = "Smartwa"
66__repo__ = "https://github.com/Simatwa/python-tgpt"
77
Original file line number Diff line number Diff line change @@ -184,4 +184,4 @@ def auto(self):
184184 for result in self .get_results (run = False , best = False ):
185185 logging .info ("Confirming working status of provider : " + result ["name" ])
186186 if is_working (result ["name" ]):
187- return result ["name" ]
187+ return result ["name" ]
You can’t perform that action at this time.
0 commit comments