Gptcmd

Latest version: v1.1.0

Safety actively analyzes 623490 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.1.0

Welcome to the 19 February 2024 release of Gptcmd!

New features
* In place of "OK", Gptcmd now reports more descriptive messages to confirm the success of various actions across the application.
* A new command-line flag (`-m` or `--model`) has been added to switch to a specific OpenAI model on launch. For example, `gptcmd -m gpt-4-turbo-preview` will use the [new GPT-4 model](https://openai.com/blog/new-embedding-models-and-api-updates).
* Guidance on API parameter usage in the readme has been updated, especially concerning limiting output length when running GPT at high temperatures.

Bug fixes
* Fixed a crash in message thread deserialization.
* When loading a thread from disk with non-default API parameters, Gptcmd no longer always warns to save changes even when none have been made.
* Attempting to run `retry` in a thread containing only assistant messages no longer causes Gptcmd to crash.

1.0.3

Welcome to the 7 November 2023 release of Gptcmd!

This release makes Gptcmd compatible with the v1 OpenAI SDK, which will enable new functionality in future updates.

1.0.2

Welcome to the 28 October 2023 release of Gptcmd!

Bug fixes
* Improved validation of message roles (`user`/`assistant`/`system`) across the application. Thanks RobGallo for reporting!

1.0.1

Welcome to the 13 August 2023 release of Gptcmd!

Bug fixes
* Cost estimation on the latest version of `gpt-4` (`gpt-4-0613`) is now enabled.

1.0.0

Welcome to the initial release of Gptcmd! You can [get it on PyPI](https://pypi.org/project/gptcmd). Enjoy!

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.