We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a502e5c commit 711e3b4Copy full SHA for 711e3b4
docs/CHANGELOG.md
@@ -400,4 +400,10 @@ For instance:
400
401
- `webchatgpt` supports intro prompt.
402
- Fix: placeholders consistency - `{{stream}}|{{copied}}`
403
-- Other minor fixes.
+- Other minor fixes.
404
+
405
+## v0.5.0
406
407
+**What's new?**
408
409
+- added: Provider [poe](https://poe.com). Supports multiple models. Thanks to [snowby666/poe-api-wrapper](https://github.com/snowby666/poe-api-wrapper).
setup.py
@@ -37,7 +37,7 @@
37
38
setup(
39
name="python-tgpt",
40
- version="0.4.9",
+ version="0.5.0",
41
license="MIT",
42
author="Smartwa",
43
maintainer="Smartwa",
0 commit comments