We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410b750 commit d86ebb0Copy full SHA for d86ebb0
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## [2.1.0] - 2025-01-30
2
+
3
+### Changed
4
+- Updated model support for GPT-3.5-turbo and GPT-3.5-turbo-instruct
5
+- Fixed configuration module
6
+- Improved error handling
7
+- Updated documentation and Wiki
8
9
+### Added
10
+- Support for chat and completions APIs
11
+- Streaming support
12
+- Comprehensive test coverage
13
+- Better error classification
14
15
## [2.0.0] - 2023-07-08
16
17
### Added
lib/chatgpt/version.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
-# lib/chatgpt/version.rb
# lib/chatgpt/version.rb
module ChatGPT
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
end
0 commit comments