Skip to content

Commit 8b70c3c

Browse files
committed
Minor fix - Phind. Resolves #21
1 parent 9797a99 commit 8b70c3c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="python-tgpt",
17-
version="0.3.8",
17+
version="0.3.9",
1818
license="MIT",
1919
author="Smartwa",
2020
maintainer="Smartwa",

src/pytgpt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .utils import appdir
22
import g4f
33

4-
__version__ = "0.3.8"
4+
__version__ = "0.3.9"
55
__author__ = "Smartwa"
66
__repo__ = "https://github.com/Simatwa/python-tgpt"
77

src/pytgpt/phind/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)