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 9944a95 commit baccd42Copy full SHA for baccd42
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [2.1.1] - 2024-04-19
2
+
3
+### Fixed
4
+- Use configured default_engine in chat methods instead of hardcoded 'gpt-3.5-turbo'
5
+- Add Rails integration with proper Railtie for automatic GPT inflection
6
7
## [2.1.0] - 2025-01-30
8
9
### Changed
lib/chatgpt/version.rb
@@ -2,5 +2,5 @@
# lib/chatgpt/version.rb
module ChatGPT
- VERSION = "2.1.0"
+ VERSION = "2.1.1"
end
0 commit comments