We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8b311 commit 669a7baCopy full SHA for 669a7ba
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## RubyGPT
2
3
+## [0.1.3] - 2025-10-24
4
+
5
+- Bugfix: Handle empty logprobs in chat completion response
6
7
## [0.1.2] - 2024-08-28
8
9
- Fixed unexpected EOF error message when running gem
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rubygpt (0.1.2)
+ rubygpt (0.1.3)
faraday (~> 2.9)
json (~> 2.7.1)
lib/rubygpt/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Rubygpt
- VERSION = "0.1.2"
+ VERSION = "0.1.3"
end
0 commit comments