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 41694cd commit 5fa36efCopy full SHA for 5fa36ef
README.md
@@ -24,6 +24,8 @@ If bundler is not being used to manage dependencies, install the gem by executin
24
25
### Instantiating API client
26
```ruby
27
+require "cohere"
28
+
29
client = Cohere::Client.new(
30
api_key: ENV['COHERE_API_KEY']
31
)
0 commit comments