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 11fc9c4 commit 985ae9dCopy full SHA for 985ae9d
docs/CHANGELOG.md
@@ -415,4 +415,10 @@ For instance:
415
- added: Load variables from `.env` file.
416
- patch: Exclude selenium dependents providers from test. [#33](https://github.com/Simatwa/python-tgpt/issues/33)
417
- patch: Show more gpt4free models.
418
-- added: Test logging flag.
+- added: Test logging flag.
419
+
420
+## v0.5.2
421
422
+**What's new?**
423
424
+- fix: llama2. #34
setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name="python-tgpt",
41
- version="0.5.1",
+ version="0.5.2",
42
license="MIT",
43
author="Smartwa",
44
maintainer="Smartwa",
0 commit comments