We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b585dba commit 5da786fCopy full SHA for 5da786f
docs/CHANGELOG.md
@@ -291,3 +291,11 @@ Assume role of the LLM and give your response.*
291
**What's new?**
292
293
- *Binaries dependencies fixed.*
294
+
295
+## v0.3.8
296
297
+**What's new?**
298
299
+- Phind fixed. #21
300
+- Bard fixed. #23 #15
301
+- Full and minimal executables.
setup.py
@@ -14,7 +14,7 @@
14
15
setup(
16
name="python-tgpt",
17
- version="0.3.7",
+ version="0.3.8",
18
license="MIT",
19
author="Smartwa",
20
maintainer="Smartwa",
src/pytgpt/__init__.py
@@ -1,7 +1,7 @@
1
from .utils import appdir
2
import g4f
3
4
-__version__ = "0.3.7"
+__version__ = "0.3.8"
5
__author__ = "Smartwa"
6
__repo__ = "https://github.com/Simatwa/python-tgpt"
7
0 commit comments