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.
2 parents a0cfdb4 + c984294 commit 320d9c8Copy full SHA for 320d9c8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.9.10] - 2024-05-10
4
+- /chat endpoint does not require `message:` parameter anymore
5
+
6
## [0.9.9] - 2024-04-05
7
- Adding missing parameters to endpoints
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- cohere-ruby (0.9.9)
+ cohere-ruby (0.9.10)
faraday (>= 2.0.1, < 3.0)
GEM
lib/cohere/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cohere
- VERSION = "0.9.9"
+ VERSION = "0.9.10"
end
0 commit comments