tgpt Changelog

What's new in tgpt 2.7.3

Mar 31, 2024
  • Changelog:
  • More environment variables #245
  • Autogrow text area in multiline mode #246
  • Custom url support for openai with --url #249
  • Fixed issues with piping #242

New in tgpt 2.7.2 (Mar 17, 2024)

  • Changelog:
  • Fixed provider opengpts
  • Added new provider Groq
  • Added support to use environment variable for proxy

New in tgpt 2.7.1 (Feb 22, 2024)

  • Changed default provider to phind

New in tgpt 2.7.0 (Feb 10, 2024)

  • Added new provider BlackBox AI
  • Added preprompt support
  • Multiline keyboard shortcut
  • Fixes

New in tgpt 2.6.1 (Feb 5, 2024)

  • Fix for opengpts

New in tgpt 2.6.0 (Feb 4, 2024)

  • Changelog:
  • Added provider llama2
  • Added chat history support for phind and opengpts
  • Added support to pipe files
  • Added support to use some keyboard shortcuts for multi-line interactive mode #201

New in tgpt 2.5.1 (Jan 31, 2024)

  • Quick fix.

New in tgpt 2.5.0 (Jan 26, 2024)

  • Added phind provider
  • Changed default provider to opengpts

New in tgpt 2.4.4 (Jan 14, 2024)

  • Added support for more flags (--temperature, --top_p, --max_length)
  • Fixed issue with interactive mode

New in tgpt 2.4.3 (Jan 11, 2024)

  • Program will not terminate in interactive modes when error occurs

New in tgpt 2.4.2 (Jan 9, 2024)

  • Fixed issue with interactive mode

New in tgpt 2.4.1 (Jan 7, 2024)

  • Added proper prompt behavior for normal interactive mode

New in tgpt 2.4.0 (Jan 6, 2024)

  • Added provider OpenGPTs.
  • Changed default provider to fakeopen.

New in tgpt 2.3.2 (Jan 6, 2024)

  • Fixed leo not responding properly

New in tgpt 2.3.1 (Jan 6, 2024)

  • Fixed leo not responding to prompts

New in tgpt 2.3.0 (Jan 5, 2024)

  • Added support for multiple APIs
  • Added support to use own API key and custom models

New in tgpt 2.2.3 (Dec 23, 2023)

  • Changed API to Brave Leo.

New in tgpt 2.2.2 (Dec 23, 2023)

  • Changed API

New in tgpt 2.2.1 (Nov 30, 2023)

  • Fixed api error

New in tgpt 2.2.0 (Nov 21, 2023)

  • Added converstion memory for interactive modes

New in tgpt 2.1.1 (Oct 28, 2023)

  • Switch back to fakeai API

New in tgpt 2.1.0 (Oct 28, 2023)

  • Changed API
  • Added image generation with --image/-img

New in tgpt 2.0.5 (Oct 22, 2023)

  • Changed API

New in tgpt 2.0.4 (Oct 15, 2023)

  • Changed backend.

New in tgpt 2.0.3 (Oct 10, 2023)

  • Changed API

New in tgpt 2.0.2 (Oct 8, 2023)

  • Changed version for go.mod file.

New in tgpt 2.0.1 (Oct 8, 2023)

  • Prompt from stdin for -s and -w #86

New in tgpt 2.0.0 (Oct 7, 2023)

  • Changed backend

New in tgpt 1.10.0 (Oct 4, 2023)

  • Fixed -s, -c, -w, -q.

New in tgpt 1.9.2 (Oct 3, 2023)

  • Fixed panic error #114 by grepsuzette

New in tgpt 1.9.1 (Oct 2, 2023)

  • Fixed panic error #114 by grepsuzette

New in tgpt 1.9.0 (Sep 25, 2023)

  • Changed API
  • Added chat memory for interactive modes
  • Fixed newline issue with Cyrillic #99

New in tgpt 1.8.0 (Sep 9, 2023)

  • tgpt can now automatically get new keys instead of needing to manually update each time.

New in tgpt 1.7.7 (Sep 8, 2023)

  • Fix

New in tgpt 1.7.6 (Sep 5, 2023)

  • Fixed error

New in tgpt 1.7.5 (Sep 2, 2023)

  • Added proxy support. Thanks to Wildy Sheverando

New in tgpt 1.7.4 (Aug 30, 2023)

  • Fixed error.

New in tgpt 1.7.3 (Aug 29, 2023)

  • Changed API.

New in tgpt 1.7.2 (Aug 20, 2023)

  • Improved error handling.

New in tgpt 1.7.1 (Aug 8, 2023)

  • FIXED ISSUE by changing API to https://free.churchless.tech/v1/chat/completions.
  • Thanks to entrider for finding.
  • Chat history is not available yet.
  • Stdinput support has also been added

New in tgpt 1.7.0 (Jul 9, 2023)

  • Added -q / --quiet (Gives response back without loading animation).
  • Added -w / --whole (Gives response back as a whole text).

New in tgpt 1.6.8 (Jun 10, 2023)

  • Fixed command execution for Windows