Skip to content

Releases: Simatwa/python-tgpt

v0.5.0

13 Feb 01:09
Compare
Choose a tag to compare

What's new?

Full Changelog: v0.4.9...v0.5.0

v0.4.9

12 Feb 18:44
Compare
Choose a tag to compare

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

10 Feb 22:37
Compare
Choose a tag to compare
  • fixed: Execute scripts with native interpreter - --rawdog -ix.
  • fixed: Typos.
  • Other minor fixes.

Full Changelog: 0.4.7...v0.4.8

0.4.7

09 Feb 23:32
Compare
Choose a tag to compare

What's new?

  • g4fauto fixed.

Full Changelog: v0.4.6...0.4.7

v0.4.6

09 Feb 22:18
Compare
Choose a tag to compare

What's new?

  • Revamped provider webchatgpt.
  • Dynamic provider g4fauto. #29
  • Test and remember working g4f providers . #29
    pytgpt gpt4free test -y
  • List providers in ascending order. #31

Full Changelog: v0.4.5...v0.4.6

v0.4.5

09 Feb 01:32
Compare
Choose a tag to compare

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

08 Feb 22:08
Compare
Choose a tag to compare

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

08 Feb 19:35
Compare
Choose a tag to compare

What's new?

  • Minor bug fix. RawDog : generate

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Feb 17:31
Compare
Choose a tag to compare

What's new?

  1. 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

08 Feb 15:57
Compare
Choose a tag to compare

What's new?

  • Rawdog : generate and execute python code in user's system, driven by user prompts.
For instance:
$ pytgpt generate -n -q "Visualize the disk usage using pie chart" --rawdog

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