ChatGPT CLI v1.8.6
Improvements:
-
Update Default Model Configuration:
- Updated the default model configuration and integration to utilize GPT-4o, ensuring improved AI model interaction.
- Adjustments made in:
cmd/chatgpt/main.go
,api/client/client_test.go
.
-
CLI Resource Enhancements:
- Altered visual settings of the CLI demonstration resources to improve user experience, such as font size, width, and theme.
- Code reference:
cmd/chatgpt/resources/chatgpt-cli.tape
.
Bug Fixes:
- Corrected Model Handling in Tests:
- Updated the expected results in integration tests to match the new default model selections, ensuring test validity and stability.
- Code references:
test/integration/integration_test.go
,api/client/client_test.go
.
Other Changes:
- Resource File Updates:
- Minor changes applied to binary resource files.
- Code reference:
cmd/chatgpt/resources/vhs.gif
.
Upgrade Notes:
To upgrade to version v1.8.6, you can use one of the following methods:
- Using Homebrew: Run the command
brew upgrade chatgpt-cli
in your terminal. - Direct Download: Download the appropriate binary for your operating system from our release page.
Please update your configurations to accommodate any changes, especially if you utilize custom model settings. Enjoy the enhanced capabilities of the GPT-4o model in this release!