Skip to content

Releases: Simatwa/python-tgpt

v0.3.4

29 Jan 09:39
Compare
Choose a tag to compare

What's new?

  • Auto-detect placeholders (#17)
  • Aura - default provider

Full Changelog: v0.3.3...v0.3.4

v0.3.3

26 Jan 12:44
Compare
Choose a tag to compare

What's Changed

  • gpt4free gui interface - web
  • FakeGpt - default provider.
  • Other minor updates.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

19 Jan 19:45
Compare
Choose a tag to compare

What's new?

  • Added utility commands utils gpt4free update etc
  • Support g4f-based non-working providers.
  • Drop restriction to specific g4f dependency version (#14 (comment))
  • Pass auth value to g4f-based providers. -k
  • Support proxying in g4f providers

Full Changelog: v0.3.1...v0.3.2

v0.3.1

19 Jan 00:28
Compare
Choose a tag to compare

What's new?

41 New models. Thanks to gpt4free.

  • AiChatOnline
  • Aura
  • Bard
  • Bing
  • ChatBase
  • ChatForAi
  • Chatgpt4Online
  • ChatgptAi
  • ChatgptDemo
  • ChatgptNext
  • Chatxyz
  • DeepInfra
  • FakeGpt
  • FreeChatgpt
  • GPTalk
  • GeekGpt
  • GeminiProChat
  • Gpt6
  • GptChatly
  • GptForLove
  • GptGo
  • GptTalkRu
  • Hashnode
  • HuggingChat
  • Koala
  • Liaobots
  • Llama2
  • MyShell
  • OnlineGpt
  • OpenaiChat
  • PerplexityAi
  • Phind
  • Pi
  • Poe
  • Raycast
  • TalkAi
  • Theb
  • ThebApi
  • You
  • Yqcloud
  • Aura is the default provider
  • Other minor fixes.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Jan 01:31
Compare
Choose a tag to compare

What's Changed

  • Improve piped input handling by @johnd0e in #13
  • Placeholder for piped input {{stream}} and copied text {{copied}}.

New Contributors

Full Changelog: v0.2.9...v0.3.0

v0.2.9

17 Jan 21:31
Compare
Choose a tag to compare

What's new?

  • Improved command prompt - icon & color blending
  • Bug fixed - multiline prompt in interactive

v0.2.8

17 Jan 15:29
Compare
Choose a tag to compare

What's new?

  • Auto-quiet on output redirection. Thanks to @johnd0e
  • Dropped support for sourcing prompt from stdin stream in Windows. #12
  • Colorized command prompt. interactive

v0.2.7

17 Jan 09:50
Compare
Choose a tag to compare

What's new?

  • Busy bar disabled when --quiet issued in generate mode. #12 Thanks to @johnd0e
  • interactive takes action on $ pytgpt otherwise one has to explictly declare the action. #11

v0.2.6

16 Jan 22:16
Compare
Choose a tag to compare

What's new?

  • Bug fixed - reset conversation - bard
  • Bug fixed - low httpx logging level. - bard

v0.2.5

16 Jan 21:03
Compare
Choose a tag to compare

What's new?

  • New provider : Bard by Google.
  • Check whole last response. last_response in interactive
  • Other minor fixes.