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 3ae0eff commit b74afc1Copy full SHA for b74afc1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.9.8] - 2024-02-10
4
+- Adding method for /chat endpoint
5
+
6
## [0.1.0] - 2023-04-23
7
8
- Initial release
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- cohere-ruby (0.9.7)
+ cohere-ruby (0.9.8)
faraday (>= 2.0.1, < 3.0)
GEM
lib/cohere/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Cohere
- VERSION = "0.9.7"
+ VERSION = "0.9.8"
end
0 commit comments