Releases: Simatwa/python-tgpt
Releases · Simatwa/python-tgpt
v0.5.0
What's new?
- added: Provider poe. Supports multiple models. Thanks to snowby666/poe-api-wrapper.
Full Changelog: v0.4.9...v0.5.0
v0.4.9
What's new?
webchatgpt
supports intro prompt.- fix: placeholders conflict -
{{stream}}|{{copied}}
- fix: RawDog
CONTINUE
failure. - Other minor fixes.
Full Changelog: v0.4.8...v0.4.9
v0.4.8
- fixed: Execute scripts with native interpreter - --rawdog -ix.
- fixed: Typos.
- Other minor fixes.
Full Changelog: 0.4.7...v0.4.8
0.4.7
v0.4.6
v0.4.5
What's new?
- New model : gpt4all - Support offline LLM.
pytgpt generate -p gpt4all -k <path-to-llm.gguf/.bin>
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's new?
- Execute python code from responses (interactive)-
exec
- Execute python codes using system installed python interpreter - default
- Other minor fixes.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
What's new?
- RawDog:
- Give consent to script execution
- Execute script internally or externally
- Choose python interpreter by path's name
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's new?
- Rawdog : generate and execute python code in user's system, driven by user prompts.
Note : This is the first release with this feature not only in python-tgpt series but the whole tgpt ecosystem at large. RawDog may be buggy in some ways, supported by the fact that it is experimental. So watch out and feel free to contribute in whatever way to refine it.
Full Changelog: v0.4.0...v0.4.1