Skip to content

Releases: Simatwa/python-tgpt

v0.5.2

16 Feb 15:20

Choose a tag to compare

What's new?

  • fix: llama2. #34. Thanks to @piotr25691

Full Changelog: v0.5.1...v0.5.2

v0.5.1

15 Feb 14:52

Choose a tag to compare

What's new?

  • added: Load variables from .env file.
  • patch: Exclude selenium dependent providers from test. #33
  • patch: Show more gpt4free models.
  • added: Test logging flag.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Feb 01:09

Choose a tag to compare

What's new?

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

v0.4.9

12 Feb 18:44

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

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

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

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

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

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

Choose a tag to compare

What's new?

  • Minor bug fix. RawDog : generate

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